v11.28.15

This commit is contained in:
Balena CI 2020-03-11 13:45:11 +02:00
parent d7633b5f08
commit f813dad4d9
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: >-
Fix 'balena login' web auth on Linux standalone zip install (xdg-open
ENOENT)
hash: f44c2b777f17e3f4a7f8420fc63385e797efdc87
body: ''
footer:
Resolves: '#1657'
resolves: '#1657'
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.28.15
date: 2020-03-11T01:30:23.379Z
- commits:
- subject: Avoid Sentry reporting of selected common "expected" errors
hash: 5a806543057338d617dbddcaf965bd46fe168347

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
## 11.28.15 - 2020-03-11
* Fix 'balena login' web auth on Linux standalone zip install (xdg-open ENOENT) [Paulo Castro]
## 11.28.14 - 2020-03-10
* Avoid Sentry reporting of selected common "expected" errors [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.28.14",
"version": "11.28.15",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.28.14",
"version": "11.28.15",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",