This commit is contained in:
balenaCI 2023-02-03 14:25:21 +00:00
parent 5c8c4ea412
commit 748f9d9147
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: revert auto-update feature
hash: e6d33eda2b8f767679a43f8056e20098b0f2f6d9
body: ""
footer:
Change-type: patch
change-type: patch
author: JOASSART Edwin
nested: []
version: 1.15.5
title: ""
date: 2023-02-03T14:25:19.611Z
- commits:
- subject: Switch to `@electron/remote`
hash: 7ee174edcecbfc2d7370db6d4185b3ee4eedbe28

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.5
## (2023-02-03)
* revert auto-update feature [JOASSART Edwin]
# v1.15.4
## (2023-02-02)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.15.4",
"version": "1.15.5",
"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-02T18:26:46.572Z"
"publishedAt": "2023-02-03T14:25:20.348Z"
}
}