mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +00:00
v1.15.5
This commit is contained in:
parent
5c8c4ea412
commit
748f9d9147
@ -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:
|
- commits:
|
||||||
- subject: Switch to `@electron/remote`
|
- subject: Switch to `@electron/remote`
|
||||||
hash: 7ee174edcecbfc2d7370db6d4185b3ee4eedbe28
|
hash: 7ee174edcecbfc2d7370db6d4185b3ee4eedbe28
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
# v1.15.5
|
||||||
|
## (2023-02-03)
|
||||||
|
|
||||||
|
* revert auto-update feature [JOASSART Edwin]
|
||||||
|
|
||||||
# v1.15.4
|
# v1.15.4
|
||||||
## (2023-02-02)
|
## (2023-02-02)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.15.4",
|
"version": "1.15.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.15.4",
|
"version": "1.15.5",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": "generated/etcher.js",
|
"main": "generated/etcher.js",
|
||||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||||
@ -128,6 +128,6 @@
|
|||||||
"node": ">=14"
|
"node": ">=14"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-02-02T18:26:46.572Z"
|
"publishedAt": "2023-02-03T14:25:20.348Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user