From a08ac447a36e039ea4f952ee2477f920b91ff53b Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:08:38 +0000 Subject: [PATCH] v18.2.34 --- .versionbot/CHANGELOG.yml | 21 +++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ef69e9ab..064978ce 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 2921f24e..31846a91 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 c10fcdd2..88fa40a9 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 c232886c..b49f1073 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" } }