This commit is contained in:
flowzone-app[bot] 2024-10-23 13:18:23 +00:00 committed by GitHub
parent f52e218290
commit 746b6fa439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 30 additions and 4 deletions

View File

@ -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: - commits:
- subject: Add alias `device note` for command `notes` - subject: Add alias `device note` for command `notes`
hash: 3eb3b3b584ce16c4811245b52817d3e6cf0270c5 hash: 3eb3b3b584ce16c4811245b52817d3e6cf0270c5

View File

@ -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! 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/).
## 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 ## 19.15.0 - 2024-10-23
* Add alias `device note` for command `notes` [myarmolinsky] * Add alias `device note` for command `notes` [myarmolinsky]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "19.15.0", "version": "19.16.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-cli", "name": "balena-cli",
"version": "19.15.0", "version": "19.16.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "19.15.0", "version": "19.16.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",
@ -273,6 +273,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2024-10-23T11:01:51.135Z" "publishedAt": "2024-10-23T13:18:19.578Z"
} }
} }