Skip to content

Commit 97fd5fc

Browse files
v5.70.0
1 parent d936d3d commit 97fd5fc

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.versionbot/CHANGELOG.yml

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
- commits:
2+
- subject: Add section `Trust and Transparency` to the Security Page
3+
hash: 9f8020a83b7d34fd69882be05b7ee3b415bcd20c
4+
body: |
5+
Link to our trust center at `trust.balena.io`
6+
footer:
7+
Change-type: minor
8+
change-type: minor
9+
Signed-off-by: fisehara <[email protected]>
10+
signed-off-by: fisehara <[email protected]>
11+
author: fisehara
12+
nested: []
13+
version: 5.70.0
14+
title: ""
15+
date: 2024-10-11T05:27:35.854Z
116
- commits:
217
- subject: "API/overview: Add a $expand example from the application to its device
318
type"

CHANGELOG.md

+4
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+
## 5.70.0 - 2024-10-11
8+
9+
* Add section `Trust and Transparency` to the Security Page [fisehara]
10+
711
## 5.69.0 - 2024-10-09
812

913
* API/overview: Add a $expand example from the application to its device type [Thodoris Greasidis]

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.69.0",
4+
"version": "5.70.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-09T07:12:12.006Z"
63+
"publishedAt": "2024-10-11T05:27:36.397Z"
6464
}
6565
}

0 commit comments

Comments
 (0)