diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ba312b38..53d8dc78 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,28 @@ +- commits: + - subject: Update balena-preload to 15.0.5 + hash: 3caf54aa16affeb8606671dfacf58c94d2bcdc68 + body: | + Update balena-preload from 15.0.4 to 15.0.5 + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: + - commits: + - subject: Remove unused dependencies + hash: 429315f21df769a3408610cdcacfa3a02ac3edc1 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: balena-preload-15.0.5 + title: "" + date: 2024-04-09T15:24:21.255Z + version: 18.1.7 + title: "" + date: 2024-04-09T16:03:31.270Z - commits: - subject: Update @oclif/core to 3.26.2 hash: 48110311724767aac70485ce075a90cc816605e5 diff --git a/CHANGELOG.md b/CHANGELOG.md index d2be6e93..e53d906a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.1.7 - 2024-04-09 + + +
+ Update balena-preload to 15.0.5 [Thodoris Greasidis] + +> ### balena-preload-15.0.5 - 2024-04-09 +> +> * Remove unused dependencies [Otavio Jacobi] +> + +
+ ## 18.1.6 - 2024-04-09 * Update @oclif/core to 3.26.2 [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6c1299dd..f16acc6d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.1.6", + "version": "18.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.1.6", + "version": "18.1.7", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 166c7032..4efc90d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.1.6", + "version": "18.1.7", "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-09T15:04:37.535Z" + "publishedAt": "2024-04-09T16:03:32.796Z" } }