From 3d7c79828de6034fcc3af5b1cd5dcea06e7215e0 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:04:02 +0000 Subject: [PATCH] v20.8.2 --- .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 f441fa3a3..e81c00d47 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "tests: Add a prefix to the name used in the api key update tests" + hash: 1a57b06e09653fcd20adfc7b05a8196b9f7a13a6 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 20.8.2 + title: "" + date: 2025-01-03T12:03:58.241Z - commits: - subject: "tests: Add a prefix in the name of the auto-generated config.json api keys" diff --git a/CHANGELOG.md b/CHANGELOG.md index 50bbddf6f..9c3e90661 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.2 - 2025-01-03 + +* tests: Add a prefix to the name used in the api key update tests [Thodoris Greasidis] + ## 20.8.1 - 2024-12-17 * tests: Add a prefix in the name of the auto-generated config.json api keys [Thodoris Greasidis] diff --git a/package.json b/package.json index 95dff00d7..7fe38274e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "20.8.1", + "version": "20.8.2", "description": "The Balena JavaScript SDK", "type": "commonjs", "main": "index.js", @@ -139,6 +139,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2024-12-17T17:10:47.625Z" + "publishedAt": "2025-01-03T12:03:58.724Z" } }