mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
v1.18.1
This commit is contained in:
parent
772df8f5e7
commit
46307d85d8
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: use @electron/remote for locating rpiboot files"
|
||||||
|
hash: 04fa3dcd8c619dce927221cef5799b5210354d2e
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: mcraa
|
||||||
|
nested: []
|
||||||
|
version: 1.18.1
|
||||||
|
title: ""
|
||||||
|
date: 2023-02-15T14:54:45.951Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update to Electron 19
|
- subject: Update to Electron 19
|
||||||
hash: c11db0a2797a6b1093dd3fa6f55bee5f100c6da4
|
hash: c11db0a2797a6b1093dd3fa6f55bee5f100c6da4
|
||||||
|
@ -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.18.1
|
||||||
|
## (2023-02-15)
|
||||||
|
|
||||||
|
* patch: use @electron/remote for locating rpiboot files [mcraa]
|
||||||
|
|
||||||
# v1.18.0
|
# v1.18.0
|
||||||
## (2023-02-14)
|
## (2023-02-14)
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.18.0",
|
"version": "1.18.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.18.0",
|
"version": "1.18.1",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.18.0",
|
"version": "1.18.1",
|
||||||
"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.",
|
||||||
@ -126,6 +126,6 @@
|
|||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-02-14T18:07:06.574Z"
|
"publishedAt": "2023-02-15T14:54:46.640Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user