mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v11.29.2
This commit is contained in:
parent
b4b19637f4
commit
47fa2a6151
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.29.1",
|
||||
"version": "11.29.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user