mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v19.16.0
This commit is contained in:
parent
f52e218290
commit
746b6fa439
@ -1,3 +1,24 @@
|
||||
- commits:
|
||||
- subject: "device-type list: Add `--all` flag for including no longer supported
|
||||
device types in the list"
|
||||
hash: 09d52c504d901109eb7753f26f4ff05eda67d71b
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: myarmolinsky
|
||||
nested: []
|
||||
- subject: Add alias `device-type list` for command `devices supported`
|
||||
hash: e5cee648f25329bceaea6661a8065c5e2e6eccf4
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: myarmolinsky
|
||||
nested: []
|
||||
version: 19.16.0
|
||||
title: ""
|
||||
date: 2024-10-23T13:18:18.698Z
|
||||
- commits:
|
||||
- subject: Add alias `device note` for command `notes`
|
||||
hash: 3eb3b3b584ce16c4811245b52817d3e6cf0270c5
|
||||
|
@ -4,6 +4,11 @@ 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/).
|
||||
|
||||
## 19.16.0 - 2024-10-23
|
||||
|
||||
* device-type list: Add `--all` flag for including no longer supported device types in the list [myarmolinsky]
|
||||
* Add alias `device-type list` for command `devices supported` [myarmolinsky]
|
||||
|
||||
## 19.15.0 - 2024-10-23
|
||||
|
||||
* Add alias `device note` for command `notes` [myarmolinsky]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.15.0",
|
||||
"version": "19.16.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "19.15.0",
|
||||
"version": "19.16.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.15.0",
|
||||
"version": "19.16.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -273,6 +273,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-10-23T11:01:51.135Z"
|
||||
"publishedAt": "2024-10-23T13:18:19.578Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user