This commit is contained in:
flowzone-app[bot] 2025-07-29 12:17:36 +00:00 committed by GitHub
parent 7aa5db9408
commit a79db1db6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 36 additions and 4 deletions

View File

@ -1,3 +1,28 @@
- commits:
- subject: "patch: fix ubuntu 24 build and flash issues - bump electron-forge to
7.8.1 - bump electron to 37.2.4 - stop producing broken appimage"
hash: c824a60e5dc9a78b92679fa8915e3ddad4127c05
body: ""
footer: {}
author: Edwin Joassart
nested: []
- subject: "patch: fix windows build and flash issues - downgrade flasher's node
to 20.11.1 on windows - bump windows GHA runner to 2022 - bump
winusb-driver-generator to 2.1.9"
hash: 2a470f5e6c864ea161188f1e1a01d4baeba6c310
body: ""
footer: {}
author: Edwin Joassart
nested: []
- subject: "patch: refactor permission code"
hash: f3123f3cbe0159c624412ec2f162d01e079d314e
body: ""
footer: {}
author: Edwin Joassart
nested: []
version: 2.1.4
title: ""
date: 2025-07-29T12:17:33.739Z
- commits:
- subject: Remove stale secrets
hash: c2fc36971c9460eac6bd02cfc7bdcabec7b97a6d

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v2.1.4
## (2025-07-29)
* patch: fix ubuntu 24 build and flash issues - bump electron-forge to 7.8.1 - bump electron to 37.2.4 - stop producing broken appimage [Edwin Joassart]
* patch: fix windows build and flash issues - downgrade flasher's node to 20.11.1 on windows - bump windows GHA runner to 2022 - bump winusb-driver-generator to 2.1.9 [Edwin Joassart]
* patch: refactor permission code [Edwin Joassart]
# v2.1.3
## (2025-05-15)

4
npm-shrinkwrap.json generated
View File

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

View File

@ -3,7 +3,7 @@
"private": true,
"displayName": "balenaEtcher",
"productName": "balenaEtcher",
"version": "2.1.3",
"version": "2.1.4",
"packageType": "local",
"main": ".webpack/main",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -143,7 +143,7 @@
"node": ">=20 <21"
},
"versionist": {
"publishedAt": "2025-05-15T18:09:56.320Z"
"publishedAt": "2025-07-29T12:17:34.228Z"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",