diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ef69e9abe8..064978ce61 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: Run npm dedupe commands + hash: 1d70e6b4b4b2d1c4c8f619988bbe0e17bcf12f63 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Switch to self-hosted + hash: d3458379e614955d3def576ba07f3864ab81732a + body: "" + footer: + change-type: patch + author: Anton Belodedenko + nested: [] + version: 18.2.34 + title: "" + date: 2024-07-29T11:08:34.464Z - commits: - subject: Improve discover balena os across different networks hash: 03f0f11f8b4c9fa4b5b4a9612fa9550b08d4bdd7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2921f24e32..31846a9196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.34 - 2024-07-29 + +* Run npm dedupe commands [Kyle Harding] +* Switch to self-hosted [Anton Belodedenko] + ## 18.2.33 - 2024-07-17 * Improve discover balena os across different networks [Otavio Jacobi] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c10fcdd244..88fa40a98c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.33", + "version": "18.2.34", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.33", + "version": "18.2.34", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index c232886c87..b49f107302 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.33", + "version": "18.2.34", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ } }, "versionist": { - "publishedAt": "2024-07-17T07:46:23.907Z" + "publishedAt": "2024-07-29T11:08:35.293Z" } }