diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c81e4969d2..4487a13062 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: "patch: Update GitHub Action dependencies" + hash: 7ae1c1319495fcfb44fac71fd8e77522b52d738a + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + - subject: "patch: Update NPM dependencies" + hash: 3c927f87e65aaf2f5551038d6e82337841115418 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.60.2 + title: "" + date: 2024-02-16T13:06:48.643Z - commits: - subject: "i2c-and-spi: Add more Jetson information" hash: 53f37d3070fbd118fcbb3eea420a62c5c796c35d diff --git a/CHANGELOG.md b/CHANGELOG.md index c10e8c4d30..0642513f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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](http://semver.org/). +## 5.60.2 - 2024-02-16 + +* patch: Update GitHub Action dependencies [Vipul Gupta (@vipulgupta2048)] +* patch: Update NPM dependencies [Vipul Gupta (@vipulgupta2048)] + ## 5.60.1 - 2024-02-14 * i2c-and-spi: Add more Jetson information [Alexandru] diff --git a/package-lock.json b/package-lock.json index c39e77a8aa..b7d28cd751 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.60.1", + "version": "5.60.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.60.1", + "version": "5.60.2", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index b47f60ddf0..212e5b1382 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.60.1", + "version": "5.60.2", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.28.2" }, "versionist": { - "publishedAt": "2024-02-14T11:09:32.776Z" + "publishedAt": "2024-02-16T13:06:49.221Z" } }