diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 77f1a869..ee512aee 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Use Actuated runners for Linux test and publish + hash: 954de13b100bb78680d7797d7c34487eaa5fa2a7 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 18.2.1 + title: "" + date: 2024-04-23T12:08:51.532Z - commits: - subject: "build: Auto-resolve the cpu arch when the --deviceType is provided" hash: 766e6d4e5e54fed3094cf8906e773869d23dd1f1 diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc2b052..374e3b0a 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/). +## 18.2.1 - 2024-04-23 + +* Use Actuated runners for Linux test and publish [Kyle Harding] + ## 18.2.0 - 2024-04-17 * build: Auto-resolve the cpu arch when the --deviceType is provided [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 06a7f884..d719a2aa 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.0", + "version": "18.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.0", + "version": "18.2.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 2a010c1c..eae8e31b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.0", + "version": "18.2.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-04-17T16:13:09.653Z" + "publishedAt": "2024-04-23T12:08:52.402Z" } }