mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.18.0
This commit is contained in:
parent
f9f1863fdb
commit
d7007721a7
@ -1,3 +1,28 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
push (local device): Add --pull option to force pulling base images
|
||||
again
|
||||
hash: 93e18bea27cb494ea7e37a5fea044047a95c6414
|
||||
body: ''
|
||||
footer:
|
||||
Connects-to: '#1584'
|
||||
connects-to: '#1584'
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: 'push: Reformat help output to fit in 80 characters'
|
||||
hash: 73f49765ec8ddeb58aefa6f0f22dcd1b7a7e671f
|
||||
body: ''
|
||||
footer:
|
||||
Connects-to: '#1858'
|
||||
connects-to: '#1858'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.18.0
|
||||
date: 2020-09-09T11:01:51.327Z
|
||||
- commits:
|
||||
- subject: Fix error displaying info for devices without commits
|
||||
hash: e0c65bdef89e2cc1922e2e445fc2d2ff4968b944
|
||||
|
@ -4,6 +4,11 @@ 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/).
|
||||
|
||||
## 12.18.0 - 2020-09-09
|
||||
|
||||
* push (local device): Add --pull option to force pulling base images again [Paulo Castro]
|
||||
* push: Reformat help output to fit in 80 characters [Paulo Castro]
|
||||
|
||||
## 12.17.2 - 2020-09-08
|
||||
|
||||
* Fix error displaying info for devices without commits [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.17.2",
|
||||
"version": "12.18.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.17.2",
|
||||
"version": "12.18.0",
|
||||
"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