Skip to content

Commit 8d66f6a

Browse files
v5.66.7
1 parent f5f1bb7 commit 8d66f6a

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: "patch: Convert all images to Webp format"
3+
hash: 4205644fc361013c0b26c6edc3268843d40e8099
4+
body: |
5+
Converted using convert-images-to-webp.sh script with 90 Quality
6+
footer:
7+
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
8+
signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
9+
author: Vipul Gupta (@vipulgupta2048)
10+
nested: []
11+
version: 5.66.7
12+
title: ""
13+
date: 2024-08-06T13:43:26.021Z
114
- commits:
215
- subject: "patch: Check links on staging deployments"
316
hash: 91a24f6d04332d1f9740640eee9fa12bdb00ac36

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.7 - 2024-08-06
8+
9+
* patch: Convert all images to Webp format [Vipul Gupta (@vipulgupta2048)]
10+
711
## 5.66.6 - 2024-07-31
812

913
* patch: Check links on staging deployments [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.6",
4+
"version": "5.66.7",
55
"engines": {
66
"node": "^18.0.0"
77
},
@@ -58,6 +58,6 @@
5858
"wrangler": "^3.62.0"
5959
},
6060
"versionist": {
61-
"publishedAt": "2024-07-31T23:32:53.076Z"
61+
"publishedAt": "2024-08-06T13:43:26.961Z"
6262
}
6363
}

0 commit comments

Comments
 (0)