diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9b0df942e4..ae442043ce 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Update NPM dependencies" + hash: 237d8bb91cdf2110afbe94fbf0ec7bd216a6e99d + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.65.1 + title: "" + date: 2024-06-27T14:20:25.713Z - commits: - subject: "minor: Add Accounts & Billing section" hash: b792e3e448dc601e979bba4a9a33f64841d87021 diff --git a/CHANGELOG.md b/CHANGELOG.md index 11337cea33..3bad822dc0 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.65.1 - 2024-06-27 + +* patch: Update NPM dependencies [Vipul Gupta (@vipulgupta2048)] + ## 5.65.0 - 2024-06-26 * minor: Add Accounts & Billing section [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index 25d84d10f9..7f3ab38e26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.65.0", + "version": "5.65.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.65.0", + "version": "5.65.1", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index c0f4a0aa38..4fa9a4c005 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.65.0", + "version": "5.65.1", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-06-26T12:08:57.050Z" + "publishedAt": "2024-06-27T14:20:26.259Z" } }