mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
v1.10.1
This commit is contained in:
parent
813c497e4b
commit
952ea80e15
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.10.0",
|
||||
"version": "1.10.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user