mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 19:34:13 +00:00
v11.17.3
This commit is contained in:
parent
13deb83517
commit
f75f00e4d0
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.17.2",
|
||||
"version": "11.17.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user