Skip to content

Commit

Permalink
v5.61.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Feb 19, 2024
1 parent aea6a7d commit 33dca3f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: Update config.txt to reflect changes in config.txt parsing with
Supervisor v16+
hash: fdf114717966eac078d030aff1ca3f67eecf30a8
body: |
Supervisor v16+ adds each dtparam for a dtoverlay on its own line to
comply with the 80-char line limit for config.txt.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
author: Christina Ying Wang
nested: []
version: 5.61.1
title: ""
date: 2024-02-19T21:51:13.308Z
- commits:
- subject: "API/Resources: Add docs for the `device type` resource"
hash: 30b79c4994a3619b017b196de7b065b06ba46aa1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](http://semver.org/).

## 5.61.1 - 2024-02-19

* Update config.txt to reflect changes in config.txt parsing with Supervisor v16+ [Christina Ying Wang]

## 5.61.0 - 2024-02-19

* API/Resources: Add docs for the `device type` resource [Thodoris Greasidis]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "balena-docs",
"private": true,
"version": "5.61.0",
"version": "5.61.1",
"engines": {
"node": "^18.0.0"
},
Expand Down Expand Up @@ -58,6 +58,6 @@
"wrangler": "^3.28.2"
},
"versionist": {
"publishedAt": "2024-02-19T18:24:28.235Z"
"publishedAt": "2024-02-19T21:51:13.848Z"
}
}

0 comments on commit 33dca3f

Please sign in to comment.