From c868ae0977fb718941f4a5e30cd13719047292ae Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 06:00:24 +0000 Subject: [PATCH] v5.57.3 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4ba1433fba..314785baa6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Signify behavior when variables change" + hash: 926f56890aae8a75ea470011b3aba36b82c876a7 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.57.3 + title: "" + date: 2023-10-27T06:00:20.291Z - commits: - subject: Explain that changes to the persistent log size are not persistent hash: 5d06d9a4fce1b9253b2f6c11bf00ec3479c97828 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d28c5e883..2a24e5ba55 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.57.3 - 2023-10-27 + +* patch: Signify behavior when variables change [Vipul Gupta (@vipulgupta2048)] + ## 5.57.2 - 2023-10-27 * Explain that changes to the persistent log size are not persistent [Leandro Motta Barros] diff --git a/package-lock.json b/package-lock.json index 45b74b94d2..d73665ea8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.57.2", + "version": "5.57.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.57.2", + "version": "5.57.3", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 67a75c3a81..1508c8718b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.57.2", + "version": "5.57.3", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.13.2" }, "versionist": { - "publishedAt": "2023-10-27T05:41:38.185Z" + "publishedAt": "2023-10-27T06:00:21.201Z" } }