mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v19.11.0
This commit is contained in:
parent
c1649dd828
commit
9559d5cba3
@ -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:
|
- commits:
|
||||||
- subject: Add alias `device detect` for `scan`
|
- subject: Add alias `device detect` for `scan`
|
||||||
hash: ba5bb7b12c797e024b82232a323afecf1659de19
|
hash: ba5bb7b12c797e024b82232a323afecf1659de19
|
||||||
|
@ -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.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
|
## 19.10.0 - 2024-10-21
|
||||||
|
|
||||||
* Add alias `device detect` for `scan` [myarmolinsky]
|
* Add alias `device detect` for `scan` [myarmolinsky]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.10.0",
|
"version": "19.11.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.10.0",
|
"version": "19.11.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.10.0",
|
"version": "19.11.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-21T11:13:05.402Z"
|
"publishedAt": "2024-10-21T12:08:56.452Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user