Skip to content

Commit 1157794

Browse files
v6.5.3
1 parent bd094b3 commit 1157794

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
- commits:
2+
- subject: "patch: Remove Edison hardware docs"
3+
hash: e94e3641cc917e237dab4d39efcf589eaa58ce77
4+
body: Edison was EOL'd years ago, so these docs are just bloat
5+
footer: {}
6+
author: Shaun Mulligan
7+
nested: []
8+
version: 6.5.3
9+
title: ""
10+
date: 2025-01-31T16:33:21.862Z
111
- commits:
212
- subject: "patch: update to `balena device <subcommand>`"
313
hash: 8d154152c9461d408b90a4fe0f13ced0c2fdd4f8

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

7+
## 6.5.3 - 2025-01-31
8+
9+
* patch: Remove Edison hardware docs [Shaun Mulligan]
10+
711
## 6.5.2 - 2025-01-16
812

913
* patch: update to `balena device <subcommand>` [Wesley McCloy]

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": "6.5.2",
4+
"version": "6.5.3",
55
"engines": {
66
"node": "^18.0.0"
77
},
@@ -59,6 +59,6 @@
5959
"wrangler": "^3.99.0"
6060
},
6161
"versionist": {
62-
"publishedAt": "2025-01-16T13:13:48.883Z"
62+
"publishedAt": "2025-01-31T16:33:22.610Z"
6363
}
6464
}

0 commit comments

Comments
 (0)