Skip to content

Commit 5716ba2

Browse files
v19.1.0
1 parent fc2234b commit 5716ba2

File tree

4 files changed

+38
-4
lines changed

4 files changed

+38
-4
lines changed

.versionbot/CHANGELOG.yml

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
- commits:
2+
- subject: "Docs: Show aliases for commands"
3+
hash: 12cdb1463860a1ffef4e8ad44dde32f00369e3b5
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: myarmolinsky
9+
nested: []
10+
- subject: Deprecate `devices` command in favor of `device list`
11+
hash: b936c51941808db8c832678e11af86e2136cfea6
12+
body: ""
13+
footer:
14+
Change-type: minor
15+
change-type: minor
16+
author: myarmolinsky
17+
nested: []
18+
- subject: Deduplicate dependencies
19+
hash: 87c52c55eda0c7b6f9fa72e20b2298fa9ffefef2
20+
body: ""
21+
footer:
22+
Change-type: patch
23+
change-type: patch
24+
author: myarmolinsky
25+
nested: []
26+
version: 19.1.0
27+
title: ""
28+
date: 2024-10-11T17:15:02.716Z
129
- commits:
230
- subject: "Docs: Generate CLI command references from file names instead of usage"
331
hash: f52e6bd8b436d4243e39c9069b8ee885bb6401ff

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 19.1.0 - 2024-10-11
8+
9+
* Docs: Show aliases for commands [myarmolinsky]
10+
* Deprecate `devices` command in favor of `device list` [myarmolinsky]
11+
* Deduplicate dependencies [myarmolinsky]
12+
713
## 19.0.20 - 2024-10-11
814

915
* Docs: Generate CLI command references from file names instead of usage [myarmolinsky]

npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balena-cli",
3-
"version": "19.0.20",
3+
"version": "19.1.0",
44
"description": "The official balena Command Line Interface",
55
"main": "./build/app.js",
66
"homepage": "https://github.com/balena-io/balena-cli",
@@ -274,6 +274,6 @@
274274
}
275275
},
276276
"versionist": {
277-
"publishedAt": "2024-10-11T11:48:50.003Z"
277+
"publishedAt": "2024-10-11T17:15:03.656Z"
278278
}
279279
}

0 commit comments

Comments
 (0)