diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fc3e8a5a9a..a35185f438 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Move pages from /faq/troubleshooting to /faq/" + hash: c5626e0a50e054b111448157303830adf501eafc + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.66.13 + title: "" + date: 2024-08-22T18:16:58.304Z - commits: - subject: "patch: Add _headers file" hash: 4103354ea57d914ab9206d1f1714080b77de07bc diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6d408260..f12f2ea934 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.13 - 2024-08-22 + +* patch: Move pages from /faq/troubleshooting to /faq/ [Vipul Gupta (@vipulgupta2048)] + ## 5.66.12 - 2024-08-22 * patch: Add _headers file [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index 8f43f8cbbb..d5b29c3958 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.66.12", + "version": "5.66.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.66.12", + "version": "5.66.13", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 0f82efd272..a827eb39c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.66.12", + "version": "5.66.13", "engines": { "node": "^18.0.0" }, @@ -60,6 +60,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-08-22T10:19:05.986Z" + "publishedAt": "2024-08-22T18:16:58.846Z" } }