mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
v2.1.0
This commit is contained in:
parent
e5d1b4ce23
commit
85b1e3c2c2
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Add informational notice about how to disable analytics collection
|
||||||
|
hash: aac092fd4df8750024c082b25dcbd0ae6ee618fd
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: myarmolinsky
|
||||||
|
nested: []
|
||||||
|
version: 2.1.0
|
||||||
|
title: ""
|
||||||
|
date: 2025-02-27T16:16:57.036Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "major: build on ubuntu 22 and macos 13"
|
- subject: "major: build on ubuntu 22 and macos 13"
|
||||||
hash: 039a022353d1980ef9ddd19166515c531e48aba4
|
hash: 039a022353d1980ef9ddd19166515c531e48aba4
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
# v2.1.0
|
||||||
|
## (2025-02-27)
|
||||||
|
|
||||||
|
* Add informational notice about how to disable analytics collection [myarmolinsky]
|
||||||
|
|
||||||
# v2.0.0
|
# v2.0.0
|
||||||
## (2025-02-20)
|
## (2025-02-20)
|
||||||
|
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"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": "2.0.0",
|
"version": "2.1.0",
|
||||||
"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.",
|
||||||
@ -144,7 +144,7 @@
|
|||||||
"node": ">=20 <21"
|
"node": ">=20 <21"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2025-02-20T14:27:01.812Z"
|
"publishedAt": "2025-02-27T16:16:57.534Z"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"bufferutil": "^4.0.8",
|
"bufferutil": "^4.0.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user