mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.22.2
This commit is contained in:
parent
4c9a22aba7
commit
65c01ac172
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: 'deploy: Fix unexpected exit with "Everything is up to date"'
|
||||
hash: 889fafcffce017373d7b6896ce9fd0a18b6b55f2
|
||||
body: ''
|
||||
footer:
|
||||
Resolves: '#2040'
|
||||
resolves: '#2040'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.22.2
|
||||
date: 2020-09-19T23:41:31.910Z
|
||||
- commits:
|
||||
- subject: Style "balena CLI" as "balenaCLI" and "balena cloud" as "balenaCloud"
|
||||
hash: b1897a512d42ce2fe3fec859cd375524637f8fce
|
||||
|
@ -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.22.2 - 2020-09-19
|
||||
|
||||
* deploy: Fix unexpected exit with "Everything is up to date" [Paulo Castro]
|
||||
|
||||
## 12.22.1 - 2020-09-19
|
||||
|
||||
* Style "balena CLI" as "balenaCLI" and "balena cloud" as "balenaCloud" [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.22.1",
|
||||
"version": "12.22.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.22.1",
|
||||
"version": "12.22.2",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user