This commit is contained in:
flowzone-app[bot] 2024-05-30 10:17:34 +00:00 committed by GitHub
parent 39b02f2168
commit 52144f4a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: "patch: fix missing windows dependency"
hash: c4d3f8db8769418925a9909ac700edc5f425a068
body: ""
footer: {}
author: Edwin Joassart
nested: []
version: 1.19.20
title: ""
date: 2024-05-30T10:17:29.075Z
- commits:
- subject: "patch: add sentry debug flag"
hash: 8223130e8dfce180481550d77f022064255601e4

View File

@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.19.20
## (2024-05-30)
* patch: fix missing windows dependency [Edwin Joassart]
# v1.19.19
## (2024-05-28)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-etcher",
"version": "1.19.19",
"version": "1.19.20",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "balena-etcher",
"version": "1.19.19",
"version": "1.19.20",
"license": "Apache-2.0",
"dependencies": {
"@electron/remote": "^2.1.2",

View File

@ -3,7 +3,7 @@
"private": true,
"displayName": "balenaEtcher",
"productName": "balenaEtcher",
"version": "1.19.19",
"version": "1.19.20",
"packageType": "local",
"main": ".webpack/main",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -147,7 +147,7 @@
"node": ">=20 <21"
},
"versionist": {
"publishedAt": "2024-05-28T12:09:51.644Z"
"publishedAt": "2024-05-30T10:17:29.606Z"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",