Skip to content

Commit f1a281c

Browse files
v5.66.3
1 parent c2ce194 commit f1a281c

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Add a note on experimental feature flag to the apps documentation
3+
hash: ee195ef740f5386183dda6a2db89a2902603ca37
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Jonathan Berger
9+
nested: []
10+
version: 5.66.3
11+
title: ""
12+
date: 2024-07-15T19:15:49.515Z
113
- commits:
214
- subject: "patch: Fix broken links after accounts section"
315
hash: 45708bebba56f20a757c0bd15999e0dd5f3a5e92

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+
## 5.66.3 - 2024-07-15
8+
9+
* Add a note on experimental feature flag to the apps documentation [Jonathan Berger]
10+
711
## 5.66.2 - 2024-07-15
812

913
* patch: Fix broken links after accounts section [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": "5.66.2",
4+
"version": "5.66.3",
55
"engines": {
66
"node": "^18.0.0"
77
},
@@ -58,6 +58,6 @@
5858
"wrangler": "^3.62.0"
5959
},
6060
"versionist": {
61-
"publishedAt": "2024-07-15T11:01:26.144Z"
61+
"publishedAt": "2024-07-15T19:15:50.064Z"
6262
}
6363
}

0 commit comments

Comments
 (0)