mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
v2.1.1
This commit is contained in:
parent
624dc77969
commit
fdd082b9cd
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: "patch: fix signin windows artifacts"
|
||||
hash: a1e9be2f94629447e02994e52e12c67ec98de831
|
||||
body: ""
|
||||
footer: {}
|
||||
author: Edwin Joassart
|
||||
nested: []
|
||||
version: 2.1.1
|
||||
title: ""
|
||||
date: 2025-05-05T17:19:50.443Z
|
||||
- commits:
|
||||
- subject: Add informational notice about how to disable analytics collection
|
||||
hash: aac092fd4df8750024c082b25dcbd0ae6ee618fd
|
||||
|
@ -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/).
|
||||
|
||||
# v2.1.1
|
||||
## (2025-05-05)
|
||||
|
||||
* patch: fix signin windows artifacts [Edwin Joassart]
|
||||
|
||||
# v2.1.0
|
||||
## (2025-02-27)
|
||||
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-etcher",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@electron/remote": "^2.1.2",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"productName": "balenaEtcher",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"packageType": "local",
|
||||
"main": ".webpack/main",
|
||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||
@ -144,7 +144,7 @@
|
||||
"node": ">=20 <21"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2025-02-27T16:16:57.534Z"
|
||||
"publishedAt": "2025-05-05T17:19:50.915Z"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"bufferutil": "^4.0.8",
|
||||
|
Loading…
x
Reference in New Issue
Block a user