diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a35185f438..13ea3dfcf0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Rename base-images.md to balena-base-images.md" + hash: c104fc071026a3d5c62706dc150b4b7be3e8519b + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.66.14 + title: "" + date: 2024-08-22T21:05:46.296Z - commits: - subject: "patch: Move pages from /faq/troubleshooting to /faq/" hash: c5626e0a50e054b111448157303830adf501eafc diff --git a/CHANGELOG.md b/CHANGELOG.md index f12f2ea934..e0b475b06b 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.14 - 2024-08-22 + +* patch: Rename base-images.md to balena-base-images.md [Vipul Gupta (@vipulgupta2048)] + ## 5.66.13 - 2024-08-22 * patch: Move pages from /faq/troubleshooting to /faq/ [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index d5b29c3958..fb11daa5c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.66.13", + "version": "5.66.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.66.13", + "version": "5.66.14", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index a827eb39c8..ff14484584 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.66.13", + "version": "5.66.14", "engines": { "node": "^18.0.0" }, @@ -60,6 +60,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-08-22T18:16:58.846Z" + "publishedAt": "2024-08-22T21:05:46.813Z" } }