diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 74e593512b..1a7945492c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: No longer need to pull diagnosis docs" + hash: afcfc7991ca688582739d3b8bb028ba983c05bb9 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.62.2 + title: "" + date: 2024-03-22T20:11:58.542Z - commits: - subject: "patch: Fix Supervisor Configuration list" hash: bf3ec3235b962ebef5d3486d1cb6c87fe52be930 diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ac0c6a7d..bce8806069 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.2 - 2024-03-22 + +* patch: No longer need to pull diagnosis docs [Vipul Gupta (@vipulgupta2048)] + ## 5.62.1 - 2024-03-20 * patch: Fix Supervisor Configuration list [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index fe8402d1f1..7c7d3f04fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.62.1", + "version": "5.62.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.62.1", + "version": "5.62.2", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 149aa993c7..00584980d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.62.1", + "version": "5.62.2", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.28.2" }, "versionist": { - "publishedAt": "2024-03-20T14:31:05.765Z" + "publishedAt": "2024-03-22T20:11:59.087Z" } }