mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-21 10:16:32 +00:00
v1.19.13
This commit is contained in:
parent
bf5c00a839
commit
0cc7440573
@ -1,3 +1,19 @@
|
||||
- commits:
|
||||
- subject: "patch: use etcher icon as loading for windows installer"
|
||||
hash: bc3340960a765e99f2f02bc21adace91d228d26f
|
||||
body: ""
|
||||
footer: {}
|
||||
author: Edwin Joassart
|
||||
nested: []
|
||||
- subject: "patch: fix windows squirrel install"
|
||||
hash: d498248a0f1416045b836646b72c7b4c588119d3
|
||||
body: ""
|
||||
footer: {}
|
||||
author: Edwin Joassart
|
||||
nested: []
|
||||
version: 1.19.13
|
||||
title: ""
|
||||
date: 2024-04-25T19:02:23.576Z
|
||||
- commits:
|
||||
- subject: "patch: bump minors & patch"
|
||||
hash: afd659f9e586e012be7e3b02490d14a8ac64bb35
|
||||
|
@ -3,6 +3,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# v1.19.13
|
||||
## (2024-04-25)
|
||||
|
||||
* patch: use etcher icon as loading for windows installer [Edwin Joassart]
|
||||
* patch: fix windows squirrel install [Edwin Joassart]
|
||||
|
||||
# v1.19.12
|
||||
## (2024-04-25)
|
||||
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.19.12",
|
||||
"version": "1.19.13",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-etcher",
|
||||
"version": "1.19.12",
|
||||
"version": "1.19.13",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@electron/remote": "^2.1.2",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"productName": "balenaEtcher",
|
||||
"version": "1.19.12",
|
||||
"version": "1.19.13",
|
||||
"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-04-25T16:47:43.536Z"
|
||||
"publishedAt": "2024-04-25T19:02:24.051Z"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"bufferutil": "^4.0.8",
|
||||
|
Loading…
x
Reference in New Issue
Block a user