mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
v1.7.3
This commit is contained in:
parent
9a303ab344
commit
f3c32eac65
@ -1,3 +1,14 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'patch: fix mesage of null'
|
||||||
|
hash: 9c1b55bebc1f7777ee830886c1999a72f082c17f
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-Type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Peter Makra
|
||||||
|
nested: []
|
||||||
|
version: 1.7.3
|
||||||
|
date: 2021-12-29T14:31:13.283Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'patch: fixed open from browser on windows'
|
- subject: 'patch: fixed open from browser on windows'
|
||||||
hash: ef90d048ca2fc9e3eb7731b4b5eff63c3f0ee00a
|
hash: ef90d048ca2fc9e3eb7731b4b5eff63c3f0ee00a
|
||||||
|
@ -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.7.3
|
||||||
|
## (2021-12-29)
|
||||||
|
|
||||||
|
* patch: fix mesage of null [Peter Makra]
|
||||||
|
|
||||||
# v1.7.2
|
# v1.7.2
|
||||||
## (2021-12-21)
|
## (2021-12-21)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.7.2",
|
"version": "1.7.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.7.2",
|
"version": "1.7.3",
|
||||||
"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.",
|
||||||
@ -116,6 +116,6 @@
|
|||||||
"webpack-dev-server": "4.5.0"
|
"webpack-dev-server": "4.5.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2021-12-21T16:51:12.410Z"
|
"publishedAt": "2021-12-29T14:31:13.509Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user