Skip to content

Commit a34017e

Browse files
v6.2.6
1 parent a67ee3a commit a34017e

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
- commits:
2+
- subject: "patch: Remove unsupported GPIO file system access method"
3+
hash: 78e0a98d71fd5c09a2f4d3e5e12081f98ac521aa
4+
body: Additionally removed commented section on GPIO pins
5+
footer: {}
6+
author: Vipul Gupta
7+
nested: []
8+
version: 6.2.6
9+
title: ""
10+
date: 2024-12-02T12:09:17.979Z
111
- commits:
212
- subject: Specify env_file attribute as unsupported
313
hash: 6d60400c0ffb10e1a469214cac4ac8bb1a2b21ae

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## 6.2.6 - 2024-12-02
8+
9+
* patch: Remove unsupported GPIO file system access method [Vipul Gupta]
10+
711
## 6.2.5 - 2024-11-30
812

913
* Specify env_file attribute as unsupported [Christina Ying Wang]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "balena-docs",
33
"private": true,
4-
"version": "6.2.5",
4+
"version": "6.2.6",
55
"engines": {
66
"node": "^18.0.0"
77
},
@@ -59,6 +59,6 @@
5959
"wrangler": "^3.88.0"
6060
},
6161
"versionist": {
62-
"publishedAt": "2024-11-30T00:05:01.552Z"
62+
"publishedAt": "2024-12-02T12:09:18.530Z"
6363
}
6464
}

0 commit comments

Comments
 (0)