mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
v11.17.2
This commit is contained in:
parent
394f2e0999
commit
aa5062ea6f
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Fix warnings when executing CLI without arguments.
|
||||
hash: 4a967b126bfcfa72f32e33ace95ea4a66d1c64dd
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
version: 11.17.2
|
||||
date: 2019-11-01T15:24:39.221Z
|
||||
- commits:
|
||||
- subject: Fix potentialy undefined build task when livepushing
|
||||
hash: 55b2b5a467586467d8b8288b561a41d0f9ce8fb2
|
||||
|
@ -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.17.2 - 2019-11-01
|
||||
|
||||
* Fix warnings when executing CLI without arguments. [Scott Lowe]
|
||||
|
||||
## 11.17.1 - 2019-10-28
|
||||
|
||||
* Fix potentialy undefined build task when livepushing [Cameron Diver]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.17.1",
|
||||
"version": "11.17.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.17.1",
|
||||
"version": "11.17.2",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user