mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v9.6.0
This commit is contained in:
parent
b0da1b4811
commit
7713ca31e5
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 9.6.0 - 2018-12-18
|
||||||
|
|
||||||
|
* Add push --registry-secrets option for private docker registry authentication [Paulo Castro]
|
||||||
|
|
||||||
## 9.5.0 - 2018-12-14
|
## 9.5.0 - 2018-12-14
|
||||||
|
|
||||||
* Add explicit device type option to `os configure` & `config generate` [Thodoris Greasidis]
|
* Add explicit device type option to `os configure` & `config generate` [Thodoris Greasidis]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "9.5.0",
|
"version": "9.6.0",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"main": "./build/actions/index.js",
|
"main": "./build/actions/index.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
Reference in New Issue
Block a user