This commit is contained in:
Balena CI 2019-11-04 14:45:54 +02:00
parent 13deb83517
commit f75f00e4d0
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Use all available on-device images during local push
hash: 62b7d2fd1a80023fb9aff4dfc54a8faa72040459
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 11.17.3
date: 2019-11-04T10:30:00.836Z
- commits:
- subject: Fix warnings when executing CLI without arguments.
hash: 4a967b126bfcfa72f32e33ace95ea4a66d1c64dd

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.17.3 - 2019-11-04
* Use all available on-device images during local push [Cameron Diver]
## 11.17.2 - 2019-11-01
* Fix warnings when executing CLI without arguments. [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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