Skip to content

Commit

Permalink
v1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Feb 2, 2023
1 parent e6182ff commit 324102b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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.",
Expand Down Expand Up @@ -128,6 +128,6 @@
"node": ">=14"
},
"versionist": {
"publishedAt": "2023-02-02T17:23:17.155Z"
"publishedAt": "2023-02-02T18:26:46.572Z"
}
}

0 comments on commit 324102b

Please sign in to comment.