This commit is contained in:
Balena CI 2021-12-21 18:59:32 +02:00 committed by VersionBot
parent 385b5e9ec6
commit ffb94c380f
4 changed files with 27 additions and 3 deletions

@ -1,3 +1,22 @@
- commits:
- subject: Include version info when installed on windows
hash: 8d3a4343cb7e49f29212e4df765ed06c90304b34
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Switch from the deprecated oclif-dev commands to the oclif commands
hash: 6eeb16245b619c2bd436395fc5948dc10c84cbf4
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 12.55.8
date: 2021-12-21T16:26:56.278Z
- commits:
- subject: 'push: Remove hardcoded ''balenaCloud'' in console message'
hash: e7ddd07b7b472cf5a46806f698daed6749bed4f5

@ -4,6 +4,11 @@ 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.55.8 - 2021-12-21
* Include version info when installed on windows [Pagan Gazzard]
* Switch from the deprecated oclif-dev commands to the oclif commands [Pagan Gazzard]
## 12.55.7 - 2021-12-14
* push: Remove hardcoded 'balenaCloud' in console message [Pranav Peshwe]

2
npm-shrinkwrap.json generated

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

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