Skip to content

Commit 017c767

Browse files
v20.2.1
1 parent 7d79c4e commit 017c767

File tree

4 files changed

+51
-4
lines changed

4 files changed

+51
-4
lines changed

.versionbot/CHANGELOG.yml

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
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
134
- commits:
235
- subject: "os configure: Give precedence to the boot partition located in the
336
image over the device-type.json contents"

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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+
## 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+
721
## 20.2.0 - 2024-12-31
822

923

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": "20.2.0",
3+
"version": "20.2.1",
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-12-31T18:41:47.452Z"
277+
"publishedAt": "2025-01-01T18:04:59.323Z"
278278
}
279279
}

0 commit comments

Comments
 (0)