This commit is contained in:
Balena CI 2020-09-20 03:20:05 +03:00 committed by VersionBot
parent 4c9a22aba7
commit 65c01ac172
4 changed files with 19 additions and 2 deletions

View File

@ -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

View File

@ -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
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.22.1",
"version": "12.22.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",