This commit is contained in:
Balena CI 2020-09-04 14:09:05 +03:00 committed by VersionBot
parent dee216eeaa
commit cd81ff005f
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'build, deploy: Add --pull option to force pulling base images again'
hash: d1539f405aa2af75c8ccd3ae22e4e59c46c67d55
body: ''
footer:
Resolves: '#1584'
resolves: '#1584'
Change-type: minor
change-type: minor
author: Paulo Castro
nested: []
version: 12.16.0
date: 2020-09-04T09:31:22.391Z
- commits:
- subject: Modify undervoltage status display in device command
hash: ffa8e245ba2fa024f4e35316a6e0cd5d6f91fdd0

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/).
## 12.16.0 - 2020-09-04
* build, deploy: Add --pull option to force pulling base images again [Paulo Castro]
## 12.15.1 - 2020-09-04
* Modify undervoltage status display in device command [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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