mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 19:56:37 +00:00
v1.19.9
This commit is contained in:
parent
ad1c4c7175
commit
5ad8d5a72a
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: prevent rebuild of native deps by @electron/rebuild"
|
||||||
|
hash: 003abfb88f2c7bff0ee291828f3815c738340afa
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
version: 1.19.9
|
||||||
|
title: ""
|
||||||
|
date: 2024-04-22T10:20:10.534Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: replace deprecated pkg with yao-pkg and bump etcher-util node v
|
- subject: "patch: replace deprecated pkg with yao-pkg and bump etcher-util node v
|
||||||
to 20.10"
|
to 20.10"
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
# v1.19.9
|
||||||
|
## (2024-04-22)
|
||||||
|
|
||||||
|
* patch: prevent rebuild of native deps by @electron/rebuild [Edwin Joassart]
|
||||||
|
|
||||||
# v1.19.8
|
# v1.19.8
|
||||||
## (2024-04-22)
|
## (2024-04-22)
|
||||||
|
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.8",
|
"version": "1.19.9",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.8",
|
"version": "1.19.9",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@balena/sudo-prompt": "9.2.1-workaround-windows-amperstand-in-username-0849e215b947987a643fe5763902aea201255534",
|
"@balena/sudo-prompt": "9.2.1-workaround-windows-amperstand-in-username-0849e215b947987a643fe5763902aea201255534",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"productName": "balenaEtcher",
|
"productName": "balenaEtcher",
|
||||||
"version": "1.19.8",
|
"version": "1.19.9",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": ".webpack/main",
|
"main": ".webpack/main",
|
||||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||||
@ -147,6 +147,6 @@
|
|||||||
"node": ">=18 <20"
|
"node": ">=18 <20"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2024-04-22T09:37:38.023Z"
|
"publishedAt": "2024-04-22T10:20:10.994Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user