Skip to content

Commit 5ac9214

Browse files
v5.61.0
1 parent d23eff8 commit 5ac9214

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.versionbot/CHANGELOG.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: "API/Resources: Add docs for the `device type` resource"
3+
hash: 30b79c4994a3619b017b196de7b065b06ba46aa1
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: Thodoris Greasidis
9+
nested: []
10+
version: 5.61.0
11+
title: ""
12+
date: 2024-02-19T18:24:27.690Z
113
- commits:
214
- subject: "patch: Add Subresource Integrity to scripts being fetched"
315
hash: 107bd7b8937741bfbca70313c93fa605299cd5f0

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](http://semver.org/).
66

7+
## 5.61.0 - 2024-02-19
8+
9+
* API/Resources: Add docs for the `device type` resource [Thodoris Greasidis]
10+
711
## 5.60.3 - 2024-02-19
812

913
* patch: Add Subresource Integrity to scripts being fetched [Vipul Gupta (@vipulgupta2048)]

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.60.3",
4+
"version": "5.61.0",
55
"engines": {
66
"node": "^18.0.0"
77
},
@@ -58,6 +58,6 @@
5858
"wrangler": "^3.28.2"
5959
},
6060
"versionist": {
61-
"publishedAt": "2024-02-19T10:46:00.316Z"
61+
"publishedAt": "2024-02-19T18:24:28.235Z"
6262
}
6363
}

0 commit comments

Comments
 (0)