This commit is contained in:
Balena CI 2021-08-20 02:15:13 +03:00 committed by VersionBot
parent cb9b6be24b
commit 2331e0a3e5
4 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Add deprecation policy checker and --unsupported global flag
hash: c2d3eee7cca9570a3307acfc903cf600406667ea
body: ''
footer:
Change-type: minor
change-type: minor
author: Paulo Castro
nested: []
version: 12.47.0
date: 2021-08-19T22:27:03.141Z
- commits:
- subject: Update dependencies (balena-sdk from v15.36.0 to v15.48.0)
hash: 318de8f01776114a7af3227457013fc59bde60b8

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.47.0 - 2021-08-19
* Add deprecation policy checker and --unsupported global flag [Paulo Castro]
## 12.46.2 - 2021-08-16

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.46.2",
"version": "12.47.0",
"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-08-16T22:45:10.933Z"
"publishedAt": "2021-08-19T22:27:03.396Z"
}
}