mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-17 08:16:32 +00:00
v1.19.17
This commit is contained in:
parent
ae70c20779
commit
62ac0b98b9
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: fix injection of analytics key at build time"
|
||||||
|
hash: e94767aca7b07e674bd60176ef77c11440131ace
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: JOASSART Edwin
|
||||||
|
nested: []
|
||||||
|
version: 1.19.17
|
||||||
|
title: ""
|
||||||
|
date: 2024-05-09T06:33:45.091Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: hold request for metadata while waiting for flasher"
|
- subject: "patch: hold request for metadata while waiting for flasher"
|
||||||
hash: 2dfa795129e287f887b9ea02f2eca717575d27ac
|
hash: 2dfa795129e287f887b9ea02f2eca717575d27ac
|
||||||
|
@ -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.17
|
||||||
|
## (2024-05-09)
|
||||||
|
|
||||||
|
* patch: fix injection of analytics key at build time [JOASSART Edwin]
|
||||||
|
|
||||||
# v1.19.16
|
# v1.19.16
|
||||||
## (2024-04-26)
|
## (2024-04-26)
|
||||||
|
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.16",
|
"version": "1.19.17",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.16",
|
"version": "1.19.17",
|
||||||
"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.16",
|
"version": "1.19.17",
|
||||||
"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-26T14:33:19.590Z"
|
"publishedAt": "2024-05-09T06:33:45.589Z"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"bufferutil": "^4.0.8",
|
"bufferutil": "^4.0.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user