mirror of
https://github.com/balena-io/etcher.git
synced 2025-08-03 08:27:44 +00:00
v1.14.1
This commit is contained in:
parent
bd88e5a1ca
commit
a00d712399
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: fix disabled-screensaver unhandled exception outside balena-electron env
|
||||||
|
hash: 46c406e8c1e3b5e41890aff7f65b1711e4426782
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
version: 1.14.1
|
||||||
|
title: ""
|
||||||
|
date: 2023-01-16T13:22:36.972Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Anonymizes all paths before sending
|
- subject: Anonymizes all paths before sending
|
||||||
hash: 86d43a536f7c9aa6b450a9f2f90341e07364208e
|
hash: 86d43a536f7c9aa6b450a9f2f90341e07364208e
|
||||||
|
@ -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.14.1
|
||||||
|
## (2023-01-16)
|
||||||
|
|
||||||
|
* fix disabled-screensaver unhandled exception outside balena-electron env [Edwin Joassart]
|
||||||
|
|
||||||
# v1.14.0
|
# v1.14.0
|
||||||
## (2023-01-16)
|
## (2023-01-16)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.14.0",
|
"version": "1.14.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.14.0",
|
"version": "1.14.1",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": "generated/etcher.js",
|
"main": "generated/etcher.js",
|
||||||
"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.",
|
||||||
@ -127,6 +127,6 @@
|
|||||||
"node": ">=14 < 16"
|
"node": ">=14 < 16"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-01-16T11:23:55.599Z"
|
"publishedAt": "2023-01-16T13:22:37.656Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user