This commit is contained in:
Balena CI 2020-03-13 00:16:33 +02:00
parent 731bd909d6
commit e42650f433
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Fix `balena local flash`
hash: 2860535c45a3cdb592a8d3df74a5e5d06632d1c0
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.29.1
date: 2020-03-12T21:37:13.519Z
- commits:
- subject: Update dependencies
hash: 3d2e109e7f5e05958349fd74533ba8d1841932a9

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.1 - 2020-03-12
* Fix `balena local flash` [Pagan Gazzard]
## 11.29.0 - 2020-03-12

2
npm-shrinkwrap.json generated
View File

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

View File

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