This commit is contained in:
flowzone-app[bot] 2024-04-25 21:11:39 +00:00 committed by GitHub
parent ebeacc9be9
commit c756b10a38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 19 additions and 4 deletions

View File

@ -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:
- subject: "patch: use etcher icon as loading for windows installer"
hash: bc3340960a765e99f2f02bc21adace91d228d26f

View File

@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
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
## (2024-04-25)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-etcher",
"version": "1.19.13",
"version": "1.19.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-etcher",
"version": "1.19.13",
"version": "1.19.14",
"license": "Apache-2.0",
"dependencies": {
"@electron/remote": "^2.1.2",

View File

@ -3,7 +3,7 @@
"private": true,
"displayName": "balenaEtcher",
"productName": "balenaEtcher",
"version": "1.19.13",
"version": "1.19.14",
"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-25T19:02:24.051Z"
"publishedAt": "2024-04-25T21:11:35.832Z"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",