Skip to content

Commit 650e896

Browse files
v21.1.0
1 parent a904212 commit 650e896

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

.versionbot/CHANGELOG.yml

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
- commits:
2+
- subject: Add support for new requirement labels feature
3+
hash: 42c50ef8aed110b317a0472d928bf75e372b4c0b
4+
body: |
5+
Updates @balena/compose to v7 to include this new feature.
6+
footer:
7+
See: https://balena.fibery.io/Work/Project/Refactoring-container-contracts-1205
8+
see: https://balena.fibery.io/Work/Project/Refactoring-container-contracts-1205
9+
Depends-on: https://github.com/balena-io-modules/balena-compose/pull/64
10+
depends-on: https://github.com/balena-io-modules/balena-compose/pull/64
11+
Change-type: minor
12+
change-type: minor
13+
author: Felipe Lalanne
14+
nested: []
15+
version: 21.1.0
16+
title: ""
17+
date: 2025-03-12T19:34:17.610Z
118
- commits:
219
- subject: Drop support for OS versions <2.14.0
320
hash: aad62d1ccd11ebb69b1035d5b95aef93d384bfd5

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.1.0 - 2025-03-12
8+
9+
* Add support for new requirement labels feature [Felipe Lalanne]
10+
711
## 21.0.0 - 2025-03-11
812

913
* Drop support for OS versions <2.14.0 [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": "21.0.0",
3+
"version": "21.1.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-11T14:42:29.446Z"
279+
"publishedAt": "2025-03-12T19:34:18.617Z"
280280
}
281281
}

0 commit comments

Comments
 (0)