diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4564a862..44fc71b9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Run test and publish with macos-13 + hash: d1f7d6d07f6f8b16facdfd52dfa0a8a2b0b764bd + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 20.0.8 + title: "" + date: 2024-12-04T19:37:32.669Z - commits: - subject: Update TypeScript to 5.7.2 hash: 61d4d1f1e797f7978da64942648e8a0dcfc9d4b3 diff --git a/CHANGELOG.md b/CHANGELOG.md index ca838fea..a083a6da 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.0.8 - 2024-12-04 + +* Run test and publish with macos-13 [Otavio Jacobi] + ## 20.0.7 - 2024-11-23 * Update TypeScript to 5.7.2 [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d2b59864..3f7b4179 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "20.0.7", + "version": "20.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "20.0.7", + "version": "20.0.8", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index e8da7586..c22ddf49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "20.0.7", + "version": "20.0.8", "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-11-23T17:38:06.077Z" + "publishedAt": "2024-12-04T19:37:33.523Z" } }