From a509289a88281b31d6842d94979582bf325c951e Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 13:44:22 +0000 Subject: [PATCH] v20.8.3 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e81c00d47..22c25fc7c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Append instructions partial to externalFlash" + hash: 52260d1edcf783f608b3d46020aa111612fd1478 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 20.8.3 + title: "" + date: 2025-01-03T13:44:20.667Z - commits: - subject: "tests: Add a prefix to the name used in the api key update tests" hash: 1a57b06e09653fcd20adfc7b05a8196b9f7a13a6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c3e90661..e01d3bbda 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/). +## 20.8.3 - 2025-01-03 + +* patch: Append instructions partial to externalFlash [Vipul Gupta (@vipulgupta2048)] + ## 20.8.2 - 2025-01-03 * tests: Add a prefix to the name used in the api key update tests [Thodoris Greasidis] diff --git a/package.json b/package.json index 7fe38274e..44c10d1ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "20.8.2", + "version": "20.8.3", "description": "The Balena JavaScript SDK", "type": "commonjs", "main": "index.js", @@ -139,6 +139,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2025-01-03T12:03:58.724Z" + "publishedAt": "2025-01-03T13:44:21.190Z" } }