diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c218d9aa0e..e3e246dfcd 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: "API/resources: Move the balenaOS releases examples next to the Release + examples" + hash: 05249147a046acd07a40f35a35bc36f324090d1b + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 5.73.3 + title: "" + date: 2024-10-22T16:31:57.717Z - commits: - subject: "patch: Remove Husky pre-commit hook" hash: d146c40b636f74cad1b23dddf72eab6a696c6f9b diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e43b31dd..d8c0aca883 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.73.3 - 2024-10-22 + +* API/resources: Move the balenaOS releases examples next to the Release examples [Thodoris Greasidis] + ## 5.73.2 - 2024-10-16 * patch: Remove Husky pre-commit hook [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index 7cbc8f31e0..65af44b3f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.73.2", + "version": "5.73.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.73.2", + "version": "5.73.3", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 1ae625a61d..7814ad3b23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.73.2", + "version": "5.73.3", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-10-16T13:15:42.622Z" + "publishedAt": "2024-10-22T16:31:58.248Z" } }