mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
v1.18.12
This commit is contained in:
parent
13e1e8e504
commit
4fefdd84dc
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Update instructions for installing deb file
|
||||
hash: acab03ad77a1c1901d0c8a65999e93c1d27169a0
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Jorge Capona
|
||||
nested: []
|
||||
version: 1.18.12
|
||||
title: ""
|
||||
date: 2023-07-19T10:24:22.407Z
|
||||
- commits:
|
||||
- subject: "fix: prevent stealing window focus from auth dialog"
|
||||
hash: f716c74ef7cb164b4d825828e4e46033484ad9af
|
||||
|
@ -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.18.12
|
||||
## (2023-07-19)
|
||||
|
||||
* Update instructions for installing deb file [Jorge Capona]
|
||||
|
||||
# v1.18.11
|
||||
## (2023-07-13)
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.18.11",
|
||||
"version": "1.18.12",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-etcher",
|
||||
"version": "1.18.11",
|
||||
"version": "1.18.12",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.18.11",
|
||||
"version": "1.18.12",
|
||||
"packageType": "local",
|
||||
"main": "generated/etcher.js",
|
||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||
@ -126,6 +126,6 @@
|
||||
"node": ">=16"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2023-07-13T14:31:40.713Z"
|
||||
"publishedAt": "2023-07-19T10:24:23.055Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user