mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-30 16:13:59 +00:00
v12.47.0
This commit is contained in:
parent
cb9b6be24b
commit
2331e0a3e5
@ -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:
|
- commits:
|
||||||
- subject: Update dependencies (balena-sdk from v15.36.0 to v15.48.0)
|
- subject: Update dependencies (balena-sdk from v15.36.0 to v15.48.0)
|
||||||
hash: 318de8f01776114a7af3227457013fc59bde60b8
|
hash: 318de8f01776114a7af3227457013fc59bde60b8
|
||||||
|
@ -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.47.0 - 2021-08-19
|
||||||
|
|
||||||
|
* Add deprecation policy checker and --unsupported global flag [Paulo Castro]
|
||||||
|
|
||||||
## 12.46.2 - 2021-08-16
|
## 12.46.2 - 2021-08-16
|
||||||
|
|
||||||
|
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.46.2",
|
"version": "12.47.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.46.2",
|
"version": "12.47.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",
|
||||||
@ -289,6 +289,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2021-08-16T22:45:10.933Z"
|
"publishedAt": "2021-08-19T22:27:03.396Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user