Skip to content

Commit 37c600b

Browse files
v6.5.2
1 parent 2eac06a commit 37c600b

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- commits:
2+
- subject: "patch: update to `balena device <subcommand>`"
3+
hash: 8d154152c9461d408b90a4fe0f13ced0c2fdd4f8
4+
body: >-
5+
updated all instances of `{{ $names.company.short }}` commands to use
6+
the renamed versions
7+
8+
using
9+
https://github.com/balena-io/balena-cli/blob/v20.2.1/docs/balena-cli.md
10+
as reference
11+
footer: {}
12+
author: Wesley McCloy
13+
nested: []
14+
version: 6.5.2
15+
title: ""
16+
date: 2025-01-16T13:13:48.277Z
117
- commits:
218
- subject: "patch: Add rate limits to API docs"
319
hash: 5f2fa006c15fbc1647b8d7d53c6014859f4efe63

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.2 - 2025-01-16
8+
9+
* patch: update to `balena device <subcommand>` [Wesley McCloy]
10+
711
## 6.5.1 - 2025-01-15
812

913
* patch: Add rate limits to API docs [Ryan]

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

0 commit comments

Comments
 (0)