mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-06 11:10:10 +00:00
v9.2.2
This commit is contained in:
parent
841d1927a9
commit
c3b74a869a
@ -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.2.2 - 2018-11-20
|
||||||
|
|
||||||
|
* Fix missing import in `os configure` [Akis Kesoglou]
|
||||||
|
|
||||||
## 9.2.1 - 2018-11-19
|
## 9.2.1 - 2018-11-19
|
||||||
|
|
||||||
* Add case-insensitive checking for application names in balena push [Cameron Diver]
|
* Add case-insensitive checking for application names in balena push [Cameron Diver]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "9.2.1",
|
"version": "9.2.2",
|
||||||
"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…
x
Reference in New Issue
Block a user