mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-20 09:46:31 +00:00
v1.19.15
This commit is contained in:
parent
c5a8bfc0dc
commit
73afb2fc55
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: bump etcher-sdk to 9.0.11 to fix url loading using http/2"
|
||||||
|
hash: cb03fb83754f38d647fc951b94470725b46b2b31
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
version: 1.19.15
|
||||||
|
title: ""
|
||||||
|
date: 2024-04-26T13:26:57.047Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: pretty-bytes to 6.1.1"
|
- subject: "patch: pretty-bytes to 6.1.1"
|
||||||
hash: fa642270f7153f14e45ee03a73bad1f0797cbd51
|
hash: fa642270f7153f14e45ee03a73bad1f0797cbd51
|
||||||
|
@ -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.15
|
||||||
|
## (2024-04-26)
|
||||||
|
|
||||||
|
* patch: bump etcher-sdk to 9.0.11 to fix url loading using http/2 [Edwin Joassart]
|
||||||
|
|
||||||
# v1.19.14
|
# v1.19.14
|
||||||
## (2024-04-25)
|
## (2024-04-25)
|
||||||
|
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.14",
|
"version": "1.19.15",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.14",
|
"version": "1.19.15",
|
||||||
"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.14",
|
"version": "1.19.15",
|
||||||
"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-04-25T21:11:35.832Z"
|
"publishedAt": "2024-04-26T13:26:57.539Z"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"bufferutil": "^4.0.8",
|
"bufferutil": "^4.0.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user