This commit is contained in:
Balena CI 2021-12-14 23:32:04 +02:00 committed by VersionBot
parent a6dfc9126a
commit 3961060f90
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'push: Remove hardcoded ''balenaCloud'' in console message'
hash: e7ddd07b7b472cf5a46806f698daed6749bed4f5
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Pranav Peshwe <pranav@balena.io>
signed-off-by: Pranav Peshwe <pranav@balena.io>
author: Pranav Peshwe
nested: []
version: 12.55.7
date: 2021-12-14T15:06:27.866Z
- commits: - commits:
- subject: Fix symbolic link regression in push & deploy - subject: Fix symbolic link regression in push & deploy
hash: 3def4d0e4a712310aaad6d915b2891123ea338b4 hash: 3def4d0e4a712310aaad6d915b2891123ea338b4

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! 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/).
## 12.55.7 - 2021-12-14
* push: Remove hardcoded 'balenaCloud' in console message [Pranav Peshwe]
## 12.55.6 - 2021-12-14 ## 12.55.6 - 2021-12-14
* Fix symbolic link regression in push & deploy [Thodoris Greasidis] * Fix symbolic link regression in push & deploy [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.55.6", "version": "12.55.7",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -290,6 +290,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2021-12-14T00:33:03.092Z" "publishedAt": "2021-12-14T15:06:28.136Z"
} }
} }