File tree 4 files changed +51
-4
lines changed
4 files changed +51
-4
lines changed Original file line number Diff line number Diff line change
1
+ - commits:
2
+ - subject: Update balena-preload to 17.0.0
3
+ hash: 60bc5092e0d6014aecf57d157cac536b3c645f0f
4
+ body: |
5
+ Update balena-preload from 16.0.0 to 17.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Thodoris Greasidis
10
+ nested:
11
+ - commits:
12
+ - subject: Improve typings
13
+ hash: 67f0f3e9e3b4b37fbaeef2843dc4171a7d661c41
14
+ body: ""
15
+ footer:
16
+ Change-type: patch
17
+ change-type: patch
18
+ author: Thodoris Greasidis
19
+ nested: []
20
+ - subject: Stop returning Bluebird promises & drop it from the dependencies
21
+ hash: 85375cbc1fdb0ce1ad08756f178ed55596e606d9
22
+ body: ""
23
+ footer:
24
+ Change-type: major
25
+ change-type: major
26
+ author: Thodoris Greasidis
27
+ nested: []
28
+ version: balena-preload-17.0.0
29
+ title: ""
30
+ date: 2024-10-21T16:20:33.486Z
31
+ version: 20.2.1
32
+ title: ""
33
+ date: 2025-01-01T18:04:56.723Z
1
34
- commits:
2
35
- subject: "os configure: Give precedence to the boot partition located in the
3
36
image over the device-type.json contents"
Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ 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
+ ## 20.2.1 - 2025-01-01
8
+
9
+
10
+ <details >
11
+ <summary > Update balena-preload to 17.0.0 [Thodoris Greasidis] </summary >
12
+
13
+ > ### balena-preload-17.0.0 - 2024-10-21
14
+ >
15
+ > * Improve typings [ Thodoris Greasidis]
16
+ > * Stop returning Bluebird promises & drop it from the dependencies [ Thodoris Greasidis]
17
+ >
18
+
19
+ </details >
20
+
7
21
## 20.2.0 - 2024-12-31
8
22
9
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " balena-cli" ,
3
- "version" : " 20.2.0 " ,
3
+ "version" : " 20.2.1 " ,
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-12-31T18:41:47.452Z "
277
+ "publishedAt" : " 2025-01-01T18:04:59.323Z "
278
278
}
279
279
}
You can’t perform that action at this time.
0 commit comments