This commit is contained in:
Balena CI 2020-03-13 01:09:53 +02:00
parent b4b19637f4
commit 47fa2a6151
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Fix opn patch (npm installation warning)
hash: 5f552cf9a8df4f355689337ef999a58ab0e77e9a
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.29.2
date: 2020-03-12T22:38:03.228Z
- commits:
- subject: Fix `balena local flash`
hash: 2860535c45a3cdb592a8d3df74a5e5d06632d1c0

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.29.2 - 2020-03-12
* Fix opn patch (npm installation warning) [Paulo Castro]
## 11.29.1 - 2020-03-12
* Fix `balena local flash` [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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