Skip to content

Commit 1295c4d

Browse files
v6.5.1
1 parent 7c36ef0 commit 1295c4d

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
- commits:
2+
- subject: "patch: Add rate limits to API docs"
3+
hash: 5f2fa006c15fbc1647b8d7d53c6014859f4efe63
4+
body: Added a section on rate limiting to our API docs so that customers can
5+
understand why we don't publish our rate limits.
6+
footer: {}
7+
author: Ryan
8+
nested: []
9+
version: 6.5.1
10+
title: ""
11+
date: 2025-01-15T08:11:45.828Z
112
- commits:
213
- subject: "minor: remove edison from gpio.md"
314
hash: bf102b3f8bf2d80f581267c9ff34999ccba39d12

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.1 - 2025-01-15
8+
9+
* patch: Add rate limits to API docs [Ryan]
10+
711
## 6.5.0 - 2025-01-14
812

913
* minor: remove edison from gpio.md [Edwin Joassart]

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.0",
4+
"version": "6.5.1",
55
"engines": {
66
"node": "^18.0.0"
77
},
@@ -59,6 +59,6 @@
5959
"wrangler": "^3.99.0"
6060
},
6161
"versionist": {
62-
"publishedAt": "2025-01-14T15:19:25.082Z"
62+
"publishedAt": "2025-01-15T08:11:46.403Z"
6363
}
6464
}

0 commit comments

Comments
 (0)