diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2b50073434..8a55138dac 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Added versioned docs for balena-sdk nodejs + hash: ab301a241f7b347eab4f69734a3c7c5c8e0820a3 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 6.2.2 + title: "" + date: 2024-11-21T12:21:25.004Z - commits: - subject: "patch: Update NPM packages to get latest Getting Started instructions" hash: e8a8c1a4033acfae8dc546992d21b62e1a64a3c1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 25dea662f0..3829892532 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.2 - 2024-11-21 + +* Added versioned docs for balena-sdk nodejs [Vipul Gupta (@vipulgupta2048)] + ## 6.2.1 - 2024-11-21 * patch: Update NPM packages to get latest Getting Started instructions [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index 8059a05264..f92ae1726a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "6.2.1", + "version": "6.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "6.2.1", + "version": "6.2.2", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index c47d632604..ef9cc4c043 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "6.2.1", + "version": "6.2.2", "engines": { "node": "^18.0.0" }, @@ -59,6 +59,6 @@ "wrangler": "^3.88.0" }, "versionist": { - "publishedAt": "2024-11-21T11:30:49.889Z" + "publishedAt": "2024-11-21T12:21:25.540Z" } }