mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v12.16.0
This commit is contained in:
parent
dee216eeaa
commit
cd81ff005f
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.15.1",
|
||||
"version": "12.16.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user