From 17c91966201c369d8a2c41a7dedba4035f907024 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:49:10 +0000 Subject: [PATCH] v5.58.10 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 07f649221e..6d0cfffd44 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: "actions.md: Clarify that the deactivation fee is not covered by the + plan's allowance" + hash: b5160375ade8b2db81446155358311b560f77293 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 5.58.10 + title: "" + date: 2023-12-18T10:49:06.102Z - commits: - subject: "patch: Update local-mode.md - correct first --system example" hash: edd13f868ae39ceef16d48e7a4e2183f1b52c972 diff --git a/CHANGELOG.md b/CHANGELOG.md index ce79601f94..434ddb375f 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/). +## 5.58.10 - 2023-12-18 + +* actions.md: Clarify that the deactivation fee is not covered by the plan's allowance [Thodoris Greasidis] + ## 5.58.9 - 2023-12-17 * patch: Update local-mode.md - correct first --system example [Tyeth Gundry] diff --git a/package-lock.json b/package-lock.json index 5029f86441..73ed56453b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.58.9", + "version": "5.58.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.58.9", + "version": "5.58.10", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 5ff0343cd2..0aa5ccd248 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.58.9", + "version": "5.58.10", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.13.2" }, "versionist": { - "publishedAt": "2023-12-17T16:21:09.364Z" + "publishedAt": "2023-12-18T10:49:06.658Z" } }