This commit is contained in:
Balena CI 2021-12-29 17:09:42 +02:00 committed by VersionBot
parent 9a303ab344
commit f3c32eac65
4 changed files with 19 additions and 3 deletions

View File

@ -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:
- subject: 'patch: fixed open from browser on windows'
hash: ef90d048ca2fc9e3eb7731b4b5eff63c3f0ee00a

View File

@ -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.7.3
## (2021-12-29)
* patch: fix mesage of null [Peter Makra]
# v1.7.2
## (2021-12-21)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.7.2",
"version": "1.7.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.7.2",
"version": "1.7.3",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -116,6 +116,6 @@
"webpack-dev-server": "4.5.0"
},
"versionist": {
"publishedAt": "2021-12-21T16:51:12.410Z"
"publishedAt": "2021-12-29T14:31:13.509Z"
}
}