Skip to content

Commit 1352c5c

Browse files
v20.2.3
1 parent c86eb97 commit 1352c5c

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.versionbot/CHANGELOG.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Remove unused old eslint version files
3+
hash: 53be743b9dcecbb2f0d8841b6663e7af1a9006c3
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Otavio Jacobi
9+
nested: []
10+
version: 20.2.3
11+
title: ""
12+
date: 2025-01-15T18:21:02.810Z
113
- commits:
214
- subject: Use the promises namespace of balena-image-fs
315
hash: 29e7827eb1dbe4b0395df51f09cea38c3b2fb2e4

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.3 - 2025-01-15
8+
9+
* Remove unused old eslint version files [Otavio Jacobi]
10+
711
## 20.2.2 - 2025-01-12
812

913
* Use the promises namespace of balena-image-fs [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.2",
3+
"version": "20.2.3",
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-12T14:49:04.743Z"
277+
"publishedAt": "2025-01-15T18:21:03.702Z"
278278
}
279279
}

0 commit comments

Comments
 (0)