Skip to content

Commit 33dca3f

Browse files
v5.61.1
1 parent aea6a7d commit 33dca3f

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

.versionbot/CHANGELOG.yml

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
- commits:
2+
- subject: Update config.txt to reflect changes in config.txt parsing with
3+
Supervisor v16+
4+
hash: fdf114717966eac078d030aff1ca3f67eecf30a8
5+
body: |
6+
Supervisor v16+ adds each dtparam for a dtoverlay on its own line to
7+
comply with the 80-char line limit for config.txt.
8+
footer:
9+
Change-type: patch
10+
change-type: patch
11+
Signed-off-by: Christina Ying Wang <[email protected]>
12+
signed-off-by: Christina Ying Wang <[email protected]>
13+
author: Christina Ying Wang
14+
nested: []
15+
version: 5.61.1
16+
title: ""
17+
date: 2024-02-19T21:51:13.308Z
118
- commits:
219
- subject: "API/Resources: Add docs for the `device type` resource"
320
hash: 30b79c4994a3619b017b196de7b065b06ba46aa1

CHANGELOG.md

+4
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](http://semver.org/).
66

7+
## 5.61.1 - 2024-02-19
8+
9+
* Update config.txt to reflect changes in config.txt parsing with Supervisor v16+ [Christina Ying Wang]
10+
711
## 5.61.0 - 2024-02-19
812

913
* API/Resources: Add docs for the `device type` resource [Thodoris Greasidis]

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "balena-docs",
33
"private": true,
4-
"version": "5.61.0",
4+
"version": "5.61.1",
55
"engines": {
66
"node": "^18.0.0"
77
},
@@ -58,6 +58,6 @@
5858
"wrangler": "^3.28.2"
5959
},
6060
"versionist": {
61-
"publishedAt": "2024-02-19T18:24:28.235Z"
61+
"publishedAt": "2024-02-19T21:51:13.848Z"
6262
}
6363
}

0 commit comments

Comments
 (0)