This commit is contained in:
Balena CI 2021-09-28 18:07:49 +03:00 committed by VersionBot
parent 132e1a63b2
commit adae718c2e
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Add support for releases
hash: a18e182ae425d273b68fdb230a5f308283e8b6f5
body: ''
footer:
Signed-off-by: Paul Jonathan <pj@balena.io>
signed-off-by: Paul Jonathan <pj@balena.io>
Change-type: minor
change-type: minor
author: Paul Jonathan Zoulin
nested: []
version: 12.50.0
date: 2021-09-28T14:32:04.363Z
- commits: - commits:
- subject: 'build, deploy: Improve logging of image build messages' - subject: 'build, deploy: Improve logging of image build messages'
hash: 8bb211e4418981523c9f133e25cfac2043e46328 hash: 8bb211e4418981523c9f133e25cfac2043e46328

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.50.0 - 2021-09-28
* Add support for releases [Paul Jonathan Zoulin]
## 12.49.0 - 2021-09-23 ## 12.49.0 - 2021-09-23
* build, deploy: Improve logging of image build messages [Paulo Castro] * build, deploy: Improve logging of image build messages [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.49.0", "version": "12.50.0",
"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-09-23T19:56:39.698Z" "publishedAt": "2021-09-28T14:32:04.610Z"
} }
} }