diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 153808d5bb..cad72535fb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: "pages: Add Jetson Orin UEFI instructions" + hash: bd8a3d1e0c56236337cc42e2c0ac02105b4d2465 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + nested: [] + version: 6.2.7 + title: "" + date: 2024-12-16T12:32:44.544Z - commits: - subject: "patch: Remove unsupported GPIO file system access method" hash: 78e0a98d71fd5c09a2f4d3e5e12081f98ac521aa diff --git a/CHANGELOG.md b/CHANGELOG.md index 7080d93484..a7d1f4b781 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.7 - 2024-12-16 + +* pages: Add Jetson Orin UEFI instructions [Alexandru Costache] + ## 6.2.6 - 2024-12-02 * patch: Remove unsupported GPIO file system access method [Vipul Gupta] diff --git a/package-lock.json b/package-lock.json index 1fcd8f729d..8e7516de66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "6.2.6", + "version": "6.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "6.2.6", + "version": "6.2.7", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 9aaf6c743f..d00d3dd3e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "6.2.6", + "version": "6.2.7", "engines": { "node": "^18.0.0" }, @@ -59,6 +59,6 @@ "wrangler": "^3.88.0" }, "versionist": { - "publishedAt": "2024-12-02T12:09:18.530Z" + "publishedAt": "2024-12-16T12:32:45.133Z" } }