mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
v1.18.10
This commit is contained in:
parent
e0b26d455c
commit
2d7a6220cd
@ -1,3 +1,37 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "spelling: validates"
|
||||||
|
hash: 06d246e3fd1c573b9e04d23ab3bc3c4036fb9859
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
||||||
|
signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
||||||
|
author: Josh Soref
|
||||||
|
nested: []
|
||||||
|
- subject: "spelling: undefined"
|
||||||
|
hash: 67b26a5b69f819066c6419d3d915846b63fdbcf0
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
||||||
|
signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
||||||
|
author: Josh Soref
|
||||||
|
nested: []
|
||||||
|
- subject: "spelling: except if"
|
||||||
|
hash: b4b9db7ffa2104c19e7bd079e4f394a817f40bc0
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
||||||
|
signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
||||||
|
author: Josh Soref
|
||||||
|
nested: []
|
||||||
|
version: 1.18.10
|
||||||
|
title: ""
|
||||||
|
date: 2023-07-12T11:21:59.231Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Fix opening links from within SafeWebView
|
- subject: Fix opening links from within SafeWebView
|
||||||
hash: 497bb0e2cbefad3e9a1188ee5df49cf61f6bd6e4
|
hash: 497bb0e2cbefad3e9a1188ee5df49cf61f6bd6e4
|
||||||
|
@ -3,6 +3,13 @@
|
|||||||
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.10
|
||||||
|
## (2023-07-12)
|
||||||
|
|
||||||
|
* spelling: validates [Josh Soref]
|
||||||
|
* spelling: undefined [Josh Soref]
|
||||||
|
* spelling: except if [Josh Soref]
|
||||||
|
|
||||||
# v1.18.9
|
# v1.18.9
|
||||||
## (2023-07-12)
|
## (2023-07-12)
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.18.9",
|
"version": "1.18.10",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.18.9",
|
"version": "1.18.10",
|
||||||
"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.9",
|
"version": "1.18.10",
|
||||||
"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-12T09:07:18.326Z"
|
"publishedAt": "2023-07-12T11:21:59.915Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user