mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 23:37:18 +00:00
v1.18.9
This commit is contained in:
parent
9c9c036956
commit
74c5e35144
@ -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:
|
||||
- subject: "Patch: Fix Support link"
|
||||
hash: 882b385c88111a192e5f37e20c1c8aeca9950b21
|
||||
|
@ -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.9
|
||||
## (2023-07-12)
|
||||
|
||||
* Fix opening links from within SafeWebView [Akis Kesoglou]
|
||||
|
||||
# v1.18.8
|
||||
## (2023-04-26)
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.18.8",
|
||||
"version": "1.18.9",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-etcher",
|
||||
"version": "1.18.8",
|
||||
"version": "1.18.9",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.18.8",
|
||||
"version": "1.18.9",
|
||||
"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-04-26T09:57:46.789Z"
|
||||
"publishedAt": "2023-07-12T09:07:18.326Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user