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