Skip to content

Commit 86621e1

Browse files
v5.61.4
1 parent 472726b commit 86621e1

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.versionbot/CHANGELOG.yml

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: "Clarify global dtparams: should have own set of double quotes"
3+
hash: 6a1ce8945c30c89cc04f6ccbcd738a73bf0a70a2
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
Signed-off-by: Christina Ying Wang <[email protected]>
9+
signed-off-by: Christina Ying Wang <[email protected]>
10+
author: Christina Ying Wang
11+
nested: []
12+
version: 5.61.4
13+
title: ""
14+
date: 2024-02-22T00:44:28.791Z
115
- commits:
216
- subject: "patch: Add Diagnostics section as subpages in docs"
317
hash: f8822c8399e06ab90c6ca589bfe8458317d9f2ef

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.4 - 2024-02-22
8+
9+
* Clarify global dtparams: should have own set of double quotes [Christina Ying Wang]
10+
711
## 5.61.3 - 2024-02-21
812

913
* patch: Add Diagnostics section as subpages in docs [Vipul Gupta (@vipulgupta2048)]

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.3",
4+
"version": "5.61.4",
55
"engines": {
66
"node": "^18.0.0"
77
},
@@ -58,6 +58,6 @@
5858
"wrangler": "^3.28.2"
5959
},
6060
"versionist": {
61-
"publishedAt": "2024-02-21T14:06:29.088Z"
61+
"publishedAt": "2024-02-22T00:44:29.324Z"
6262
}
6363
}

0 commit comments

Comments
 (0)