Skip to content

Commit 5fd6376

Browse files
v1.19.22
1 parent 818dcd3 commit 5fd6376

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.versionbot/CHANGELOG.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Replace deprecated Flowzone inputs
3+
hash: 52d396aa7ea9ae1ef6d68151f582f04f57191b14
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Kyle Harding
9+
nested: []
10+
version: 1.19.22
11+
title: ""
12+
date: 2024-07-18T18:12:56.368Z
113
- commits:
214
- subject: "patch: fix missing windows dependency"
315
hash: 8dad81ae34b8d71f3d4f7151ee60717e6207ccd8

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
# v1.19.22
7+
## (2024-07-18)
8+
9+
* Replace deprecated Flowzone inputs [Kyle Harding]
10+
611
# v1.19.21
712
## (2024-05-30)
813

npm-shrinkwrap.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
@@ -3,7 +3,7 @@
33
"private": true,
44
"displayName": "balenaEtcher",
55
"productName": "balenaEtcher",
6-
"version": "1.19.21",
6+
"version": "1.19.22",
77
"packageType": "local",
88
"main": ".webpack/main",
99
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@@ -147,7 +147,7 @@
147147
"node": ">=20 <21"
148148
},
149149
"versionist": {
150-
"publishedAt": "2024-05-30T15:00:36.294Z"
150+
"publishedAt": "2024-07-18T18:12:56.823Z"
151151
},
152152
"optionalDependencies": {
153153
"bufferutil": "^4.0.8",

0 commit comments

Comments
 (0)