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