diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 25ded827cd..153808d5bb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: "patch: Remove unsupported GPIO file system access method" + hash: 78e0a98d71fd5c09a2f4d3e5e12081f98ac521aa + body: Additionally removed commented section on GPIO pins + footer: {} + author: Vipul Gupta + nested: [] + version: 6.2.6 + title: "" + date: 2024-12-02T12:09:17.979Z - commits: - subject: Specify env_file attribute as unsupported hash: 6d60400c0ffb10e1a469214cac4ac8bb1a2b21ae diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f5106ce7..7080d93484 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.6 - 2024-12-02 + +* patch: Remove unsupported GPIO file system access method [Vipul Gupta] + ## 6.2.5 - 2024-11-30 * Specify env_file attribute as unsupported [Christina Ying Wang] diff --git a/package-lock.json b/package-lock.json index ba44b3a4fd..1fcd8f729d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "6.2.5", + "version": "6.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "6.2.5", + "version": "6.2.6", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 74c8b13a16..9aaf6c743f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "6.2.5", + "version": "6.2.6", "engines": { "node": "^18.0.0" }, @@ -59,6 +59,6 @@ "wrangler": "^3.88.0" }, "versionist": { - "publishedAt": "2024-11-30T00:05:01.552Z" + "publishedAt": "2024-12-02T12:09:18.530Z" } }