This commit is contained in:
flowzone-app[bot] 2023-07-19 10:24:26 +00:00 committed by GitHub
parent 13e1e8e504
commit 09e13e9b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 4 deletions

View File

@ -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: - commits:
- subject: "fix: prevent stealing window focus from auth dialog" - subject: "fix: prevent stealing window focus from auth dialog"
hash: f716c74ef7cb164b4d825828e4e46033484ad9af hash: f716c74ef7cb164b4d825828e4e46033484ad9af

View File

@ -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.12
## (2023-07-19)
* Update instructions for installing deb file [Jorge Capona]
# v1.18.11 # v1.18.11
## (2023-07-13) ## (2023-07-13)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.18.11", "version": "1.18.12",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.18.11", "version": "1.18.12",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher", "name": "balena-etcher",
"private": true, "private": true,
"displayName": "balenaEtcher", "displayName": "balenaEtcher",
"version": "1.18.11", "version": "1.18.12",
"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-07-13T14:31:40.713Z" "publishedAt": "2023-07-19T10:24:23.055Z"
} }
} }