mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v12.23.0
This commit is contained in:
parent
340ca6577b
commit
1acf342fb0
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: Add new command `support`
|
||||
hash: 0a8b3ce4e4a5b333f8aa6fd5f51e98444a42d966
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Resolves: '#766 #1546'
|
||||
resolves: '#766 #1546'
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
nested: []
|
||||
version: 12.23.0
|
||||
date: 2020-09-25T14:24:11.954Z
|
||||
- commits:
|
||||
- subject: 'deploy: Fix unexpected exit with "Everything is up to date"'
|
||||
hash: 889fafcffce017373d7b6896ce9fd0a18b6b55f2
|
||||
|
@ -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.23.0 - 2020-09-25
|
||||
|
||||
* Add new command `support` [Scott Lowe]
|
||||
|
||||
## 12.22.2 - 2020-09-19
|
||||
|
||||
* deploy: Fix unexpected exit with "Everything is up to date" [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.22.2",
|
||||
"version": "12.23.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.22.2",
|
||||
"version": "12.23.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user