Skip to content

Commit fa10d1c

Browse files
v5.71.0
1 parent 2c513fb commit fa10d1c

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

.versionbot/CHANGELOG.yml

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
- commits:
2+
- subject: 'API/resources: Add a note that "Get all fleets" will also include
3+
public fleets'
4+
hash: 9d553dc8bbe55296663644ba8505874eefe33c5a
5+
body: ""
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: Thodoris Greasidis
10+
nested: []
11+
- subject: "API/resources: Add an example for retrieving the fleets of a specific
12+
organization"
13+
hash: b107d10bb0d8733e0452174c0906b304149d8b53
14+
body: ""
15+
footer:
16+
Change-type: minor
17+
change-type: minor
18+
author: Thodoris Greasidis
19+
nested: []
20+
version: 5.71.0
21+
title: ""
22+
date: 2024-10-14T15:08:12.395Z
123
- commits:
224
- subject: "patch: add tested modem disclaimer"
325
hash: 3c72cc65d9c1fa8644e93b727762c15e2bffb599

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
## 5.71.0 - 2024-10-14
8+
9+
* API/resources: Add a note that "Get all fleets" will also include public fleets [Thodoris Greasidis]
10+
* API/resources: Add an example for retrieving the fleets of a specific organization [Thodoris Greasidis]
11+
712
## 5.70.2 - 2024-10-11
813

914
* patch: add tested modem disclaimer [rmorillo24]

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.70.2",
4+
"version": "5.71.0",
55
"engines": {
66
"node": "^18.0.0"
77
},
@@ -60,6 +60,6 @@
6060
"wrangler": "^3.62.0"
6161
},
6262
"versionist": {
63-
"publishedAt": "2024-10-11T08:58:00.628Z"
63+
"publishedAt": "2024-10-14T15:08:13.005Z"
6464
}
6565
}

0 commit comments

Comments
 (0)