diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5feb81840d..10454da87f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Decrease docs build duration" + hash: 7eab597c0fe2d92812c81c91008fa7ac995e8972 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 6.2.4 + title: "" + date: 2024-11-22T11:22:15.272Z - commits: - subject: "patch: Create versioned docs for Python SDK" hash: 16a29b016f354e7da84b75f7ceaa249ed00880ff diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c675718f1..dd2254c5c3 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/). +## 6.2.4 - 2024-11-22 + +* patch: Decrease docs build duration [Vipul Gupta (@vipulgupta2048)] + ## 6.2.3 - 2024-11-21 * patch: Create versioned docs for Python SDK [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index 608843a0c4..fb52e816d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "6.2.3", + "version": "6.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "6.2.3", + "version": "6.2.4", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index c186b88261..4567d10966 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "6.2.3", + "version": "6.2.4", "engines": { "node": "^18.0.0" }, @@ -59,6 +59,6 @@ "wrangler": "^3.88.0" }, "versionist": { - "publishedAt": "2024-11-21T22:21:10.751Z" + "publishedAt": "2024-11-22T11:22:15.816Z" } }