This commit is contained in:
flowzone-app[bot] 2024-04-22 09:37:44 +00:00 committed by GitHub
parent d76adfb081
commit 440d60c5b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: "patch: replace deprecated pkg with yao-pkg and bump etcher-util node v
to 20.10"
hash: c696c389c9988c75ad9ccc472bdac7edefe762ed
body: ""
footer: {}
author: Edwin Joassart
nested: []
version: 1.19.8
title: ""
date: 2024-04-22T09:37:37.561Z
- commits:
- subject: "patch: fix formating"
hash: 1a9a3d2cdc5642a754b73628f4ae2636e3ffd8eb

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.8
## (2024-04-22)
* patch: replace deprecated pkg with yao-pkg and bump etcher-util node v to 20.10 [Edwin Joassart]
# v1.19.7
## (2024-04-22)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-etcher",
"version": "1.19.7",
"version": "1.19.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-etcher",
"version": "1.19.7",
"version": "1.19.8",
"license": "Apache-2.0",
"dependencies": {
"@balena/sudo-prompt": "9.2.1-workaround-windows-amperstand-in-username-0849e215b947987a643fe5763902aea201255534",

View File

@ -3,7 +3,7 @@
"private": true,
"displayName": "balenaEtcher",
"productName": "balenaEtcher",
"version": "1.19.7",
"version": "1.19.8",
"packageType": "local",
"main": ".webpack/main",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -147,6 +147,6 @@
"node": ">=18 <20"
},
"versionist": {
"publishedAt": "2024-04-22T06:52:19.375Z"
"publishedAt": "2024-04-22T09:37:38.023Z"
}
}