This commit is contained in:
flowzone-app[bot] 2024-10-21 12:08:59 +00:00 committed by GitHub
parent c1649dd828
commit 9559d5cba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 29 additions and 4 deletions

View File

@ -1,3 +1,23 @@
- commits:
- subject: Add alias `device logs` for `logs`
hash: b77f266bd757d62f110d4fc61128b5aa592f7a4e
body: ""
footer:
Change-type: minor
change-type: minor
author: myarmolinsky
nested: []
- subject: git mv `logs/index` to `device/logs`
hash: 3c9ac769827da50d7c3617cba13aeaa01bccbba7
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
version: 19.11.0
title: ""
date: 2024-10-21T12:08:55.576Z
- commits:
- subject: Add alias `device detect` for `scan`
hash: ba5bb7b12c797e024b82232a323afecf1659de19

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 19.11.0 - 2024-10-21
* Add alias `device logs` for `logs` [myarmolinsky]
* git mv `logs/index` to `device/logs` [myarmolinsky]
## 19.10.0 - 2024-10-21
* Add alias `device detect` for `scan` [myarmolinsky]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "19.10.0",
"version": "19.11.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-21T11:13:05.402Z"
"publishedAt": "2024-10-21T12:08:56.452Z"
}
}