diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4323b3cf07..13a8f33180 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Fix broken links after accounts section" + hash: 45708bebba56f20a757c0bd15999e0dd5f3a5e92 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.66.2 + title: "" + date: 2024-07-15T11:01:25.592Z - commits: - subject: Minor improvements to Enterprise SSO section hash: 03feae9f767af84d689a5dc27e679432399d8280 diff --git a/CHANGELOG.md b/CHANGELOG.md index b04d77ed7f..b2bd51108a 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.66.2 - 2024-07-15 + +* patch: Fix broken links after accounts section [Vipul Gupta (@vipulgupta2048)] + ## 5.66.1 - 2024-07-12 * Minor improvements to Enterprise SSO section [dfunckt] diff --git a/package-lock.json b/package-lock.json index 20a4c47457..14ff19dd3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.66.1", + "version": "5.66.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.66.1", + "version": "5.66.2", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index aba40c37e3..5338c08c9c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.66.1", + "version": "5.66.2", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-07-12T12:11:41.660Z" + "publishedAt": "2024-07-15T11:01:26.144Z" } }