This commit is contained in:
balenaCI 2023-02-02 18:26:47 +00:00
parent e6182ff807
commit 324102bc73
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 24 additions and 3 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: Switch to `@electron/remote`
hash: 7ee174edcecbfc2d7370db6d4185b3ee4eedbe28
body: >
Electron 12 deprecated `electron.remote` and the functionality was removed
in Electron 14, but became available as a separate `@electron/remote`
module. This commit makes the transition to the external module as an
intermediary step to enable updating to a newer Electron version.
footer:
Change-type: patch
change-type: patch
author: Akis Kesoglou
nested: []
version: 1.15.4
title: ""
date: 2023-02-02T18:26:45.877Z
- commits:
- subject: move EFP & success-banner to efp.balena.io
hash: a140faaebe087a96387604f12c3510ee22374d92

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.15.4
## (2023-02-02)
* Switch to `@electron/remote` [Akis Kesoglou]
# v1.15.3
## (2023-02-02)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.15.3",
"version": "1.15.4",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -128,6 +128,6 @@
"node": ">=14"
},
"versionist": {
"publishedAt": "2023-02-02T17:23:17.155Z"
"publishedAt": "2023-02-02T18:26:46.572Z"
}
}