mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
v14.1.0
This commit is contained in:
parent
769f1ca5b4
commit
5c8f78678b
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Add device track command for pinning a device to the latest release or
|
||||||
|
a specific release
|
||||||
|
hash: cb26a736fc77da7f3571b998277f49956b961785
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
|
||||||
|
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
|
||||||
|
author: Matthew Yarmolinsky
|
||||||
|
nested: []
|
||||||
|
version: 14.1.0
|
||||||
|
title: "'Add device track command'"
|
||||||
|
date: 2022-08-03T18:45:07.351Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Drop undocumented support for numeric ids in balena device commands
|
- subject: Drop undocumented support for numeric ids in balena device commands
|
||||||
hash: 8a7fbdb55dc669727dc97561b3e7ef1e7f20efb0
|
hash: 8a7fbdb55dc669727dc97561b3e7ef1e7f20efb0
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 14.1.0 - 2022-08-03
|
||||||
|
|
||||||
|
* Add device track command for pinning a device to the latest release or a specific release [Matthew Yarmolinsky]
|
||||||
|
|
||||||
## 14.0.0 - 2022-08-01
|
## 14.0.0 - 2022-08-01
|
||||||
|
|
||||||
* Drop undocumented support for numeric ids in balena device commands [Matthew Yarmolinsky]
|
* Drop undocumented support for numeric ids in balena device commands [Matthew Yarmolinsky]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "14.0.0",
|
"version": "14.1.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "14.0.0",
|
"version": "14.1.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",
|
||||||
@ -285,6 +285,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-08-01T22:20:08.524Z"
|
"publishedAt": "2022-08-03T18:45:08.044Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user