Skip to content

Commit b1c246c

Browse files
v20.2.4
1 parent 00b4d57 commit b1c246c

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.versionbot/CHANGELOG.yml

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: Pin docker-modem and dockerode to avoid regression
3+
hash: 2cba82e914c720e75b68bd4370a2a92b4d4a7ba0
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
Signed-off-by: Ken Bannister <[email protected]>
9+
signed-off-by: Ken Bannister <[email protected]>
10+
author: Ken Bannister
11+
nested: []
12+
version: 20.2.4
13+
title: ""
14+
date: 2025-02-25T17:17:00.607Z
115
- commits:
216
- subject: Remove unused old eslint version files
317
hash: 53be743b9dcecbb2f0d8841b6663e7af1a9006c3

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+
## 20.2.4 - 2025-02-25
8+
9+
* Pin docker-modem and dockerode to avoid regression [Ken Bannister]
10+
711
## 20.2.3 - 2025-01-15
812

913
* Remove unused old eslint version files [Otavio Jacobi]

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.3",
3+
"version": "20.2.4",
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": "2025-01-15T18:21:03.702Z"
277+
"publishedAt": "2025-02-25T17:17:01.584Z"
278278
}
279279
}

0 commit comments

Comments
 (0)