mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-18 16:56:32 +00:00
v1.19.14
This commit is contained in:
parent
ebeacc9be9
commit
c756b10a38
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: pretty-bytes to 6.1.1"
|
||||||
|
hash: fa642270f7153f14e45ee03a73bad1f0797cbd51
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: JOASSART Edwin
|
||||||
|
nested: []
|
||||||
|
version: 1.19.14
|
||||||
|
title: ""
|
||||||
|
date: 2024-04-25T21:11:35.350Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: use etcher icon as loading for windows installer"
|
- subject: "patch: use etcher icon as loading for windows installer"
|
||||||
hash: bc3340960a765e99f2f02bc21adace91d228d26f
|
hash: bc3340960a765e99f2f02bc21adace91d228d26f
|
||||||
|
@ -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.14
|
||||||
|
## (2024-04-25)
|
||||||
|
|
||||||
|
* patch: pretty-bytes to 6.1.1 [JOASSART Edwin]
|
||||||
|
|
||||||
# v1.19.13
|
# v1.19.13
|
||||||
## (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.13",
|
"version": "1.19.14",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.13",
|
"version": "1.19.14",
|
||||||
"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.13",
|
"version": "1.19.14",
|
||||||
"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-25T19:02:24.051Z"
|
"publishedAt": "2024-04-25T21:11:35.832Z"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"bufferutil": "^4.0.8",
|
"bufferutil": "^4.0.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user