diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index db958d41c8..c81e4969d2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: "i2c-and-spi: Add more Jetson information" + hash: 53f37d3070fbd118fcbb3eea420a62c5c796c35d + body: | + ... about container packages and custom carrier boards. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru + nested: [] + version: 5.60.1 + title: "" + date: 2024-02-14T11:09:32.215Z - commits: - subject: "minor: Add Cookie Consent Dialog box" hash: 7b83f3cd5415ae42c07338e83cfdeeae944ca2c5 diff --git a/CHANGELOG.md b/CHANGELOG.md index e5977b3d34..c10e8c4d30 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](http://semver.org/). +## 5.60.1 - 2024-02-14 + +* i2c-and-spi: Add more Jetson information [Alexandru] + ## 5.60.0 - 2024-02-12 * minor: Add Cookie Consent Dialog box [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index ab67fd6c6c..e76a0f5037 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.60.0", + "version": "5.60.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.60.0", + "version": "5.60.1", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 1485419b39..df189a7149 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.60.0", + "version": "5.60.1", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.13.2" }, "versionist": { - "publishedAt": "2024-02-12T13:45:03.177Z" + "publishedAt": "2024-02-14T11:09:32.776Z" } }