File tree 4 files changed +38
-4
lines changed
4 files changed +38
-4
lines changed Original file line number Diff line number Diff line change
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
1
29
- commits:
2
30
- subject: "Docs: Generate CLI command references from file names instead of usage"
3
31
hash: f52e6bd8b436d4243e39c9069b8ee885bb6401ff
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
4
4
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
13
## 19.0.20 - 2024-10-11
8
14
9
15
* Docs: Generate CLI command references from file names instead of usage [ myarmolinsky]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " balena-cli" ,
3
- "version" : " 19.0.20 " ,
3
+ "version" : " 19.1.0 " ,
4
4
"description" : " The official balena Command Line Interface" ,
5
5
"main" : " ./build/app.js" ,
6
6
"homepage" : " https://github.com/balena-io/balena-cli" ,
274
274
}
275
275
},
276
276
"versionist" : {
277
- "publishedAt" : " 2024-10-11T11:48:50.003Z "
277
+ "publishedAt" : " 2024-10-11T17:15:03.656Z "
278
278
}
279
279
}
You can’t perform that action at this time.
0 commit comments