mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +00:00
v1.19.21
This commit is contained in:
parent
a5dac57b09
commit
c748c2a9c0
@ -1,3 +1,25 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: fix missing windows dependency"
|
||||||
|
hash: 8dad81ae34b8d71f3d4f7151ee60717e6207ccd8
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
- subject: "patch: fix missing windows dependency"
|
||||||
|
hash: d28719daf249f2994acdf94b4bb7ea937ffcab9b
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
- subject: "patch: fix missing windows dependency"
|
||||||
|
hash: 98db4df0dc147e5fec9180c50f4e21acf1fd0a58
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
version: 1.19.21
|
||||||
|
title: ""
|
||||||
|
date: 2024-05-30T15:00:35.706Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: fix missing windows dependency"
|
- subject: "patch: fix missing windows dependency"
|
||||||
hash: c4d3f8db8769418925a9909ac700edc5f425a068
|
hash: c4d3f8db8769418925a9909ac700edc5f425a068
|
||||||
|
@ -3,6 +3,13 @@
|
|||||||
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.21
|
||||||
|
## (2024-05-30)
|
||||||
|
|
||||||
|
* patch: fix missing windows dependency [Edwin Joassart]
|
||||||
|
* patch: fix missing windows dependency [Edwin Joassart]
|
||||||
|
* patch: fix missing windows dependency [Edwin Joassart]
|
||||||
|
|
||||||
# v1.19.20
|
# v1.19.20
|
||||||
## (2024-05-30)
|
## (2024-05-30)
|
||||||
|
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.20",
|
"version": "1.19.21",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.20",
|
"version": "1.19.21",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/remote": "^2.1.2",
|
"@electron/remote": "^2.1.2",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"productName": "balenaEtcher",
|
"productName": "balenaEtcher",
|
||||||
"version": "1.19.20",
|
"version": "1.19.21",
|
||||||
"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,7 +147,7 @@
|
|||||||
"node": ">=20 <21"
|
"node": ">=20 <21"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2024-05-30T10:17:29.606Z"
|
"publishedAt": "2024-05-30T15:00:36.294Z"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"bufferutil": "^4.0.8",
|
"bufferutil": "^4.0.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user