This commit is contained in:
balenaCI 2022-11-21 16:50:16 +00:00
parent 813c497e4b
commit 952ea80e15
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Fixing call to electron block screensaver methods invocation
hash: 1b5b64713505dfb69448bc2184839b4c23bd677b
body: >
Replacing `send` calls to `invoke` for `enable/disable-screensaver` calls.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Aurelien VALADE <aurelien.valade@balena.io>
signed-off-by: Aurelien VALADE <aurelien.valade@balena.io>
author: Aurelien VALADE
nested: []
version: 1.10.1
title: ""
date: 2022-11-21T16:50:14.797Z
- commits:
- subject: testing renovate
hash: 306e087ec6daed9e736a8918cde07159dd9298dc

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.10.1
## (2022-11-21)
* Fixing call to electron block screensaver methods invocation [Aurelien VALADE]
# v1.10.0
## (2022-11-10)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.0",
"version": "1.10.1",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -124,6 +124,6 @@
"node": ">=14 < 16"
},
"versionist": {
"publishedAt": "2022-11-10T20:54:13.110Z"
"publishedAt": "2022-11-21T16:50:15.392Z"
}
}