diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4a2380735..8fe13765d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Remove unused old eslint version files + hash: 53be743b9dcecbb2f0d8841b6663e7af1a9006c3 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 20.2.3 + title: "" + date: 2025-01-15T18:21:02.810Z - commits: - subject: Use the promises namespace of balena-image-fs hash: 29e7827eb1dbe4b0395df51f09cea38c3b2fb2e4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8845d2ec4..501d3566d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 20.2.3 - 2025-01-15 + +* Remove unused old eslint version files [Otavio Jacobi] + ## 20.2.2 - 2025-01-12 * Use the promises namespace of balena-image-fs [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3e6f7bd0b..57720f3b0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "20.2.2", + "version": "20.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "20.2.2", + "version": "20.2.3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 90e45dfc4..c1d466e68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "20.2.2", + "version": "20.2.3", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -274,6 +274,6 @@ } }, "versionist": { - "publishedAt": "2025-01-12T14:49:04.743Z" + "publishedAt": "2025-01-15T18:21:03.702Z" } }