diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 72c6ac3da8..b92042ae44 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Add token input to lychee action" + hash: e8a797b95edda000014c5809e74c02f1dbe0f7fc + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.61.7 + title: "" + date: 2024-03-11T10:52:46.714Z - commits: - subject: "patch: Add Google Tag Manager url to ignore list" hash: 26ce21e4c812a2ea6fa702c16de8750ad853d6bc diff --git a/CHANGELOG.md b/CHANGELOG.md index 5641c043fd..60ba5186ef 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.61.7 - 2024-03-11 + +* patch: Add token input to lychee action [Vipul Gupta (@vipulgupta2048)] + ## 5.61.6 - 2024-03-06 * patch: Add Google Tag Manager url to ignore list [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index b862853177..fd3d921269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.61.6", + "version": "5.61.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.61.6", + "version": "5.61.7", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index ae71cb7f58..65913f7c52 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.61.6", + "version": "5.61.7", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.28.2" }, "versionist": { - "publishedAt": "2024-03-06T21:02:33.839Z" + "publishedAt": "2024-03-11T10:52:47.254Z" } }