diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fe989cca86..c218d9aa0e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Remove Husky pre-commit hook" + hash: d146c40b636f74cad1b23dddf72eab6a696c6f9b + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.73.2 + title: "" + date: 2024-10-16T13:15:42.001Z - commits: - subject: "patch: Delete unused links" hash: 4f5642439fb8cb6e79d16d78dfef473f10f1034d diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4e5ce844..07e43b31dd 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.2 - 2024-10-16 + +* patch: Remove Husky pre-commit hook [Vipul Gupta (@vipulgupta2048)] + ## 5.73.1 - 2024-10-15 * patch: Delete unused links [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index bb1f048a60..7cbc8f31e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.73.1", + "version": "5.73.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.73.1", + "version": "5.73.2", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index a94ac073f6..1ae625a61d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.73.1", + "version": "5.73.2", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-10-15T17:30:53.101Z" + "publishedAt": "2024-10-16T13:15:42.622Z" } }