Skip to content

Commit 68d3118

Browse files
v6.11.0
1 parent 5fc6958 commit 68d3118

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
- commits:
2+
- subject: "billing: Add that deactivations within 72h after registration are not
3+
charged"
4+
hash: 952459ffa51aca0c9e43b4071644b49218d5725b
5+
body: ""
6+
footer:
7+
Change-type: minor
8+
change-type: minor
9+
See: https://balena.fibery.io/Work/Project/Automate-Deactivation-Grace-Period-(72hrs)-1291
10+
see: https://balena.fibery.io/Work/Project/Automate-Deactivation-Grace-Period-(72hrs)-1291
11+
author: Thodoris Greasidis
12+
nested: []
13+
version: 6.11.0
14+
title: ""
15+
date: 2025-09-17T18:48:16.415Z
116
- commits:
217
- subject: "patch: Add errors for rate limited URLs"
318
hash: f15916080f8e9c0d266b04cdf7d38dd025c4dc17

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.11.0 - 2025-09-17
8+
9+
* billing: Add that deactivations within 72h after registration are not charged [Thodoris Greasidis]
10+
711
## 6.10.2 - 2025-09-16
812

913
* patch: Add errors for rate limited URLs [Vipul Gupta (@vipulgupta2048)]

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.10.2",
4+
"version": "6.11.0",
55
"engines": {
66
"node": "^22.0.0"
77
},
@@ -59,6 +59,6 @@
5959
"wrangler": "^3.99.0"
6060
},
6161
"versionist": {
62-
"publishedAt": "2025-09-16T12:05:39.235Z"
62+
"publishedAt": "2025-09-17T18:48:16.910Z"
6363
}
6464
}

0 commit comments

Comments
 (0)