diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a7d8e7b5..e3afc8dd 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,36 @@ +- commits: + - subject: Update balena-preload to 17.0.0 + hash: 60bc5092e0d6014aecf57d157cac536b3c645f0f + body: | + Update balena-preload from 16.0.0 to 17.0.0 + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: + - commits: + - subject: Improve typings + hash: 67f0f3e9e3b4b37fbaeef2843dc4171a7d661c41 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: Stop returning Bluebird promises & drop it from the dependencies + hash: 85375cbc1fdb0ce1ad08756f178ed55596e606d9 + body: "" + footer: + Change-type: major + change-type: major + author: Thodoris Greasidis + nested: [] + version: balena-preload-17.0.0 + title: "" + date: 2024-10-21T16:20:33.486Z + version: 20.2.1 + title: "" + date: 2025-01-01T18:04:56.723Z - commits: - subject: "os configure: Give precedence to the boot partition located in the image over the device-type.json contents" diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd80e72..d57baf4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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.1 - 2025-01-01 + + +
+ Update balena-preload to 17.0.0 [Thodoris Greasidis] + +> ### balena-preload-17.0.0 - 2024-10-21 +> +> * Improve typings [Thodoris Greasidis] +> * Stop returning Bluebird promises & drop it from the dependencies [Thodoris Greasidis] +> + +
+ ## 20.2.0 - 2024-12-31 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8296d255..142f0e84 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "20.2.0", + "version": "20.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "20.2.0", + "version": "20.2.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 2503785e..ab9562ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "20.2.0", + "version": "20.2.1", "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": "2024-12-31T18:41:47.452Z" + "publishedAt": "2025-01-01T18:04:59.323Z" } }