mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v11.28.15
This commit is contained in:
parent
d7633b5f08
commit
f813dad4d9
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.28.14",
|
||||
"version": "11.28.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user