mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v19.0.20
This commit is contained in:
parent
680d592af2
commit
f792343180
@ -1,3 +1,23 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "Docs: Generate CLI command references from file names instead of usage"
|
||||||
|
hash: f52e6bd8b436d4243e39c9069b8ee885bb6401ff
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: myarmolinsky
|
||||||
|
nested: []
|
||||||
|
- subject: Use default oclif `USAGE` message for all commands
|
||||||
|
hash: 0847daba1b58f807a222c5163b8383cc44cd13fc
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: myarmolinsky
|
||||||
|
nested: []
|
||||||
|
version: 19.0.20
|
||||||
|
title: ""
|
||||||
|
date: 2024-10-11T11:48:49.138Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Deduplicate dependencies
|
- subject: Deduplicate dependencies
|
||||||
hash: 55dbe42e84ebb14dac9c1da189594e345f69d7cd
|
hash: 55dbe42e84ebb14dac9c1da189594e345f69d7cd
|
||||||
|
@ -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.0.20 - 2024-10-11
|
||||||
|
|
||||||
|
* Docs: Generate CLI command references from file names instead of usage [myarmolinsky]
|
||||||
|
* Use default oclif `USAGE` message for all commands [myarmolinsky]
|
||||||
|
|
||||||
## 19.0.19 - 2024-10-11
|
## 19.0.19 - 2024-10-11
|
||||||
|
|
||||||
* Deduplicate dependencies [myarmolinsky]
|
* Deduplicate dependencies [myarmolinsky]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.0.19",
|
"version": "19.0.20",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.0.19",
|
"version": "19.0.20",
|
||||||
"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.0.19",
|
"version": "19.0.20",
|
||||||
"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",
|
||||||
@ -274,6 +274,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2024-10-11T11:18:23.384Z"
|
"publishedAt": "2024-10-11T11:48:50.003Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user