Skip to content

Commit f3aa309

Browse files
v5.59.0
1 parent 52d12ec commit f3aa309

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.versionbot/CHANGELOG.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Add Troubleshooting section for `This is the wrong balena device` error
3+
hash: 05db89f7faf27532164002cd7493b2de445851b1
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: myarmolinsky
9+
nested: []
10+
version: 5.59.0
11+
title: ""
12+
date: 2023-12-30T07:52:53.459Z
113
- commits:
214
- subject: "patch: Fix links in Glossary and base images"
315
hash: 7bb7b34d5564b22c980d511c2fcf1693d7772141

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.59.0 - 2023-12-30
8+
9+
* Add Troubleshooting section for `This is the wrong balena device` error [myarmolinsky]
10+
711
## 5.58.11 - 2023-12-21
812

913
* patch: Fix links in Glossary and base images [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.58.11",
4+
"version": "5.59.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-21T17:36:09.687Z"
61+
"publishedAt": "2023-12-30T07:52:54.030Z"
6262
}
6363
}

0 commit comments

Comments
 (0)