Skip to content

Commit ba4b9bd

Browse files
v21.0.0
1 parent 02c0ea5 commit ba4b9bd

File tree

4 files changed

+56
-4
lines changed

4 files changed

+56
-4
lines changed

.versionbot/CHANGELOG.yml

+44
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
- commits:
2+
- subject: Drop support for OS versions <2.14.0
3+
hash: aad62d1ccd11ebb69b1035d5b95aef93d384bfd5
4+
body: ""
5+
footer:
6+
Change-type: major
7+
change-type: major
8+
author: myarmolinsky
9+
nested: []
10+
- subject: "api-key generate: Add required argument `expiryDate`"
11+
hash: ecc6f80164fca3c0cde42b140b6d7404abe8c877
12+
body: ""
13+
footer:
14+
Change-type: major
15+
change-type: major
16+
author: myarmolinsky
17+
nested: []
18+
- subject: Update `balena-preload` to 18.0.1
19+
hash: 9d3120b144c2c017eda55463b034f1561d264213
20+
body: ""
21+
footer:
22+
Change-type: patch
23+
change-type: patch
24+
author: myarmolinsky
25+
nested: []
26+
- subject: Add dependency `date-fns`
27+
hash: ed0e03ddb274da294f719dc0e307ec37591e10d7
28+
body: ""
29+
footer:
30+
Change-type: patch
31+
change-type: patch
32+
author: myarmolinsky
33+
nested: []
34+
- subject: Update `balena-sdk` to 21.2.1
35+
hash: 8fe6d6c0268f69bcf3bcac3c57470272b959e9b0
36+
body: ""
37+
footer:
38+
Change-type: patch
39+
change-type: patch
40+
author: myarmolinsky
41+
nested: []
42+
version: 21.0.0
43+
title: ""
44+
date: 2025-03-11T14:42:28.479Z
145
- commits:
246
- subject: Update TypeScript to 5.8.2
347
hash: a10156a441b737275cabfb03bd10bfc5aba7bc88

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
## 21.0.0 - 2025-03-11
8+
9+
* Drop support for OS versions <2.14.0 [myarmolinsky]
10+
* api-key generate: Add required argument `expiryDate` [myarmolinsky]
11+
* Update `balena-preload` to 18.0.1 [myarmolinsky]
12+
* Add dependency `date-fns` [myarmolinsky]
13+
* Update `balena-sdk` to 21.2.1 [myarmolinsky]
14+
715
## 20.2.10 - 2025-03-10
816

917
* Update TypeScript to 5.8.2 [Thodoris Greasidis]

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.10",
3+
"version": "21.0.0",
44
"description": "The official balena Command Line Interface",
55
"main": "./build/app.js",
66
"homepage": "https://github.com/balena-io/balena-cli",
@@ -276,6 +276,6 @@
276276
}
277277
},
278278
"versionist": {
279-
"publishedAt": "2025-03-10T17:33:10.482Z"
279+
"publishedAt": "2025-03-11T14:42:29.446Z"
280280
}
281281
}

0 commit comments

Comments
 (0)