diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 641f15eff..ca536bd20 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update balena-io/balena-cli to v19.0.10 + hash: 7a610c2fa5f291963246490217351c9615fe24fc + body: | + Update balena-io/balena-cli from 19.0.9 to 19.0.10 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 2.31.41 + title: "" + date: 2024-09-13T00:37:52.211Z - commits: - subject: Update balena-io/balena-cli to v19.0.9 hash: 4fa611fe286f7992201ca189399bc1d8de3cb5e5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 92da0760a..eaf9cb9f9 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/). +## 2.31.41 - 2024-09-13 + +* Update balena-io/balena-cli to v19.0.10 [balena-renovate[bot]] + ## 2.31.40 - 2024-09-12 * Update balena-io/balena-cli to v19.0.9 [balena-renovate[bot]] diff --git a/package-lock.json b/package-lock.json index 01b6c7cca..b36c55449 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "leviathan", - "version": "2.31.40", + "version": "2.31.41", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "leviathan", - "version": "2.31.40", + "version": "2.31.41", "hasInstallScript": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index 15f847f35..afd16f203 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leviathan", - "version": "2.31.40", + "version": "2.31.41", "scripts": { "lint:fix": "for component in 'core' 'client'; do npm --prefix $component run lint:fix; done", "lint": "for component in 'core' 'client'; do npm --prefix $component run lint; done", @@ -20,6 +20,6 @@ "homepage": "https://github.com/balena-os/leviathan", "private": true, "versionist": { - "publishedAt": "2024-09-12T16:34:56.589Z" + "publishedAt": "2024-09-13T00:37:52.703Z" } }