diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 35fbd00e4..79d7d96fd 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: "pages/learn: Add fan profile and power mode information" + hash: ef6d2aa451c5efa3586e95e47054e93d9d17641d + body: | + ... for Jetson Orin devices running Jetpack 6 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + nested: [] + version: 6.3.1 + title: "" + date: 2024-12-17T12:34:49.247Z - commits: - subject: Add Advanced HUP and update existing HUP docs hash: 3756d5dd94a0511c2cb86e7f5431f0681d6a6b4b diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d5ec60e..e58353cb7 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.3.1 - 2024-12-17 + +* pages/learn: Add fan profile and power mode information [Alexandru Costache] + ## 6.3.0 - 2024-12-17 * Add Advanced HUP and update existing HUP docs [Rahul Thakoor] diff --git a/package-lock.json b/package-lock.json index 484ea5328..260adfc06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "6.3.0", + "version": "6.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "6.3.0", + "version": "6.3.1", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 5a5caf979..da6d4923d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "6.3.0", + "version": "6.3.1", "engines": { "node": "^18.0.0" }, @@ -59,6 +59,6 @@ "wrangler": "^3.88.0" }, "versionist": { - "publishedAt": "2024-12-17T12:20:15.393Z" + "publishedAt": "2024-12-17T12:34:49.802Z" } }