mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-20 09:46:31 +00:00
v1.18.9
This commit is contained in:
parent
9c9c036956
commit
cc037d23c4
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Fix opening links from within SafeWebView
|
||||||
|
hash: 497bb0e2cbefad3e9a1188ee5df49cf61f6bd6e4
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Akis Kesoglou
|
||||||
|
nested: []
|
||||||
|
version: 1.18.9
|
||||||
|
title: ""
|
||||||
|
date: 2023-07-12T09:07:17.666Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "Patch: Fix Support link"
|
- subject: "Patch: Fix Support link"
|
||||||
hash: 882b385c88111a192e5f37e20c1c8aeca9950b21
|
hash: 882b385c88111a192e5f37e20c1c8aeca9950b21
|
||||||
|
@ -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.9
|
||||||
|
## (2023-07-12)
|
||||||
|
|
||||||
|
* Fix opening links from within SafeWebView [Akis Kesoglou]
|
||||||
|
|
||||||
# v1.18.8
|
# v1.18.8
|
||||||
## (2023-04-26)
|
## (2023-04-26)
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.18.8",
|
"version": "1.18.9",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.18.8",
|
"version": "1.18.9",
|
||||||
"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.8",
|
"version": "1.18.9",
|
||||||
"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-04-26T09:57:46.789Z"
|
"publishedAt": "2023-07-12T09:07:18.326Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user