This commit is contained in:
Balena CI 2021-12-22 18:02:30 +02:00 committed by VersionBot
parent 2bcfec9d0f
commit 32d26ad074
4 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: >-
os download: Future-proof '--version' format for unified dev/prod
variants
hash: c04e63ab7d9861baf5708d07ff90f02791775715
body: |
Do not append the '.prod' suffix by default to balenaOS versions.
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.55.9
date: 2021-12-22T15:40:41.467Z
- commits:
- subject: Include version info when installed on windows
hash: 8d3a4343cb7e49f29212e4df765ed06c90304b34

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.55.9 - 2021-12-22
* os download: Future-proof '--version' format for unified dev/prod variants [Paulo Castro]
## 12.55.8 - 2021-12-21
* Include version info when installed on windows [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.55.8",
"version": "12.55.9",
"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-21T16:26:56.581Z"
"publishedAt": "2021-12-22T15:40:41.780Z"
}
}