diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 77faf994..e7614c7d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 68844439..181ff09e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index b67acb65..fa9da348 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.15.3", + "version": "1.15.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f1cde22..20f171e9 100644 --- a/package.json +++ b/package.json @@ -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" } }