mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.50.0
This commit is contained in:
parent
132e1a63b2
commit
adae718c2e
@ -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:
|
||||
- subject: 'build, deploy: Improve logging of image build messages'
|
||||
hash: 8bb211e4418981523c9f133e25cfac2043e46328
|
||||
|
@ -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.50.0 - 2021-09-28
|
||||
|
||||
* Add support for releases [Paul Jonathan Zoulin]
|
||||
|
||||
## 12.49.0 - 2021-09-23
|
||||
|
||||
* build, deploy: Improve logging of image build messages [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.49.0",
|
||||
"version": "12.50.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.49.0",
|
||||
"version": "12.50.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -290,6 +290,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-09-23T19:56:39.698Z"
|
||||
"publishedAt": "2021-09-28T14:32:04.610Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user