Skip to content

Commit 9ae4139

Browse files
v5.60.0
1 parent 16dbc4e commit 9ae4139

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: "minor: Add Cookie Consent Dialog box"
3+
hash: 7b83f3cd5415ae42c07338e83cfdeeae944ca2c5
4+
body: ""
5+
footer:
6+
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
7+
signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
8+
author: Vipul Gupta (@vipulgupta2048)
9+
nested: []
10+
version: 5.60.0
11+
title: ""
12+
date: 2024-02-12T13:45:02.636Z
113
- commits:
214
- subject: Add Troubleshooting section for `This is the wrong balena device` error
315
hash: 05db89f7faf27532164002cd7493b2de445851b1

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

7+
## 5.60.0 - 2024-02-12
8+
9+
* minor: Add Cookie Consent Dialog box [Vipul Gupta (@vipulgupta2048)]
10+
711
## 5.59.0 - 2023-12-30
812

913
* Add Troubleshooting section for `This is the wrong balena device` error [myarmolinsky]

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": "5.59.0",
4+
"version": "5.60.0",
55
"engines": {
66
"node": "^18.0.0"
77
},
@@ -58,6 +58,6 @@
5858
"wrangler": "^3.13.2"
5959
},
6060
"versionist": {
61-
"publishedAt": "2023-12-30T07:52:54.030Z"
61+
"publishedAt": "2024-02-12T13:45:03.177Z"
6262
}
6363
}

0 commit comments

Comments
 (0)