From b85bc69eea781b8ab4bce28bb561fd906b43602e Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:31:08 +0000 Subject: [PATCH] v5.62.1 --- .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 ad60ceecc6..74e593512b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Fix Supervisor Configuration list" + hash: bf3ec3235b962ebef5d3486d1cb6c87fe52be930 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.62.1 + title: "" + date: 2024-03-20T14:31:05.215Z - commits: - subject: "API/Resources: Add docs listing the balenaOS versions of a device type" hash: 5e9e2ec1773bd568ba4dbf3b9602e5783aa2917a diff --git a/CHANGELOG.md b/CHANGELOG.md index e83d1d432e..13ac0c6a7d 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](https://semver.org/). +## 5.62.1 - 2024-03-20 + +* patch: Fix Supervisor Configuration list [Vipul Gupta (@vipulgupta2048)] + ## 5.62.0 - 2024-03-14 * API/Resources: Add docs listing the balenaOS versions of a device type [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index d05805a443..fe8402d1f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.62.0", + "version": "5.62.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.62.0", + "version": "5.62.1", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 36ce679fce..149aa993c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.62.0", + "version": "5.62.1", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.28.2" }, "versionist": { - "publishedAt": "2024-03-14T16:31:11.176Z" + "publishedAt": "2024-03-20T14:31:05.765Z" } }