mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +00:00
v2.1.3
This commit is contained in:
parent
7c2c2bc3d6
commit
391164bf15
@ -1,3 +1,14 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Remove stale secrets
|
||||||
|
hash: c2fc36971c9460eac6bd02cfc7bdcabec7b97a6d
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
change-type: patch
|
||||||
|
author: Anton Belodedenko
|
||||||
|
nested: []
|
||||||
|
version: 2.1.3
|
||||||
|
title: ""
|
||||||
|
date: 2025-05-15T18:09:55.848Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: remove analytics"
|
- subject: "patch: remove analytics"
|
||||||
hash: aa6d526fea010d181f49dd81ae3bdaefb8d1938e
|
hash: aa6d526fea010d181f49dd81ae3bdaefb8d1938e
|
||||||
|
@ -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.3
|
||||||
|
## (2025-05-15)
|
||||||
|
|
||||||
|
* Remove stale secrets [Anton Belodedenko]
|
||||||
|
|
||||||
# v2.1.2
|
# v2.1.2
|
||||||
## (2025-05-08)
|
## (2025-05-08)
|
||||||
|
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"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.1.2",
|
"version": "2.1.3",
|
||||||
"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.",
|
||||||
@ -143,7 +143,7 @@
|
|||||||
"node": ">=20 <21"
|
"node": ">=20 <21"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2025-05-08T08:51:45.301Z"
|
"publishedAt": "2025-05-15T18:09:56.320Z"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"bufferutil": "^4.0.8",
|
"bufferutil": "^4.0.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user