diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8ebf0a2d17..259e04a00a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "CI: Update checkout settings" + hash: 0240f2c2ccf23189c9736924486ef76498858653 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 5.68.3 + title: "" + date: 2024-09-26T12:44:37.018Z - commits: - subject: "patch: Add default FAQ redirect for troubleshooting" hash: 9f83b94a99a867f67fdbce06b9ec28f9a997094e diff --git a/CHANGELOG.md b/CHANGELOG.md index c142fd22d1..d0d3b77a98 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.68.3 - 2024-09-26 + +* CI: Update checkout settings [Pagan Gazzard] + ## 5.68.2 - 2024-09-17 * patch: Add default FAQ redirect for troubleshooting [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index a55ba04e97..4c877a2351 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.68.2", + "version": "5.68.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.68.2", + "version": "5.68.3", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 61236b32c4..5c1e77720a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.68.2", + "version": "5.68.3", "engines": { "node": "^18.0.0" }, @@ -60,6 +60,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-09-17T11:54:57.278Z" + "publishedAt": "2024-09-26T12:44:37.617Z" } }