This commit is contained in:
balenaCI 2023-01-16 13:22:38 +00:00
parent bd88e5a1ca
commit 5f014e163e
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 20 additions and 3 deletions

View File

@ -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:
- subject: Anonymizes all paths before sending
hash: 86d43a536f7c9aa6b450a9f2f90341e07364208e

View File

@ -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/).
# v1.14.1
## (2023-01-16)
* fix disabled-screensaver unhandled exception outside balena-electron env [Edwin Joassart]
# v1.14.0
## (2023-01-16)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.14.0",
"version": "1.14.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.14.0",
"version": "1.14.1",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -127,6 +127,6 @@
"node": ">=14 < 16"
},
"versionist": {
"publishedAt": "2023-01-16T11:23:55.599Z"
"publishedAt": "2023-01-16T13:22:37.656Z"
}
}