diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 489c03c1f9..287fab81b7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: "patch: Provide GitHub Token to lychee action" + hash: 1074c4ab3c7e766b22e937161f71bb34cdae2d19 + body: "" + footer: {} + author: Vipul Gupta + nested: [] + version: 5.62.5 + title: "" + date: 2024-04-09T08:25:11.438Z - commits: - subject: "patch: Add double quotes for accept status codes" hash: a1bbc2044286a312f41ec035899831f6fe7c2d14 diff --git a/CHANGELOG.md b/CHANGELOG.md index 34304796bb..3952785813 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.5 - 2024-04-09 + +* patch: Provide GitHub Token to lychee action [Vipul Gupta] + ## 5.62.4 - 2024-04-04 * patch: Add double quotes for accept status codes [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index 7f04410e9a..3c4e6e7b70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.62.4", + "version": "5.62.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.62.4", + "version": "5.62.5", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index befbff6dd6..3a74f81732 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.62.4", + "version": "5.62.5", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.28.2" }, "versionist": { - "publishedAt": "2024-04-04T14:14:46.184Z" + "publishedAt": "2024-04-09T08:25:11.977Z" } }