diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3c7d20b..8c673a9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add takeover action for some device types + hash: f522a6b9002c074fd4f68c0bdfdc032ff1c06a41 + body: "" + footer: + Change-type: minor + change-type: minor + author: Felipe Lalanne + nested: [] + version: 6.2.0 + title: "" + date: 2024-11-17T17:10:42.234Z - commits: - subject: Enable OS Updates to pre-release versions of higher base semver hash: 1b3e83b9519157be1ca9ba7756bba87a08bea04a @@ -316,7 +328,9 @@ ``` - lib/index.ts:30:38 - error TS2345: Argument of type 'readonly (string | number)[]' is not assignable to parameter of type 'string | ConcatArray'. + lib/index.ts:30:38 - error TS2345: Argument of type 'readonly (string | + number)[]' is not assignable to parameter of type 'string | + ConcatArray'. Type 'readonly (string | number)[]' is not assignable to type 'string'. diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ce2b2..4d7093f 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/). +## 6.2.0 - 2024-11-17 + +* Add takeover action for some device types [Felipe Lalanne] + ## 6.1.0 - 2024-01-04 * Enable OS Updates to pre-release versions of higher base semver [Thodoris Greasidis] diff --git a/package.json b/package.json index 9806fa3..9ef83bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-hup-action-utils", - "version": "6.1.0", + "version": "6.2.0", "description": "Balena hostOS update validations & utilities", "main": "build/index.js", "types": "build/index.d.ts", @@ -59,6 +59,6 @@ "typed-error": "^3.2.2" }, "versionist": { - "publishedAt": "2024-01-04T13:32:14.488Z" + "publishedAt": "2024-11-17T17:10:42.307Z" } }