diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6d0cfffd44..e3116171cc 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Fix links in Glossary and base images" + hash: 7bb7b34d5564b22c980d511c2fcf1693d7772141 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.58.11 + title: "" + date: 2023-12-21T17:36:09.143Z - commits: - subject: "actions.md: Clarify that the deactivation fee is not covered by the plan's allowance" diff --git a/CHANGELOG.md b/CHANGELOG.md index 434ddb375f..30cc2d2227 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/). +## 5.58.11 - 2023-12-21 + +* patch: Fix links in Glossary and base images [Vipul Gupta (@vipulgupta2048)] + ## 5.58.10 - 2023-12-18 * actions.md: Clarify that the deactivation fee is not covered by the plan's allowance [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index 73ed56453b..598219a1c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.58.10", + "version": "5.58.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.58.10", + "version": "5.58.11", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 0aa5ccd248..f553971d50 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.58.10", + "version": "5.58.11", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.13.2" }, "versionist": { - "publishedAt": "2023-12-18T10:49:06.658Z" + "publishedAt": "2023-12-21T17:36:09.687Z" } }