diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 65d3d37818..731ff53788 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Add Husky pre-commit: Convert all images to Webp" + hash: e1e82a14fe70d82e508fb1d2e63dd80ea41f26a8 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.66.8 + title: "" + date: 2024-08-07T12:54:28.244Z - commits: - subject: "patch: Convert all images to Webp format" hash: 4205644fc361013c0b26c6edc3268843d40e8099 diff --git a/CHANGELOG.md b/CHANGELOG.md index 586001c2c1..13f3bf23be 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.8 - 2024-08-07 + +* patch: Add Husky pre-commit: Convert all images to Webp [Vipul Gupta (@vipulgupta2048)] + ## 5.66.7 - 2024-08-06 * patch: Convert all images to Webp format [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index 02ccda9d12..f3859a1901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.66.7", + "version": "5.66.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.66.7", + "version": "5.66.8", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 9aa81758b7..b42dccabe2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.66.7", + "version": "5.66.8", "engines": { "node": "^18.0.0" }, @@ -60,6 +60,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-08-06T13:43:26.961Z" + "publishedAt": "2024-08-07T12:54:28.773Z" } }