This commit is contained in:
Balena CI 2021-12-21 20:38:54 +02:00 committed by VersionBot
parent c6126a980a
commit 30ae4bbd86
4 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'patch: fixed open from browser on windows'
hash: ef90d048ca2fc9e3eb7731b4b5eff63c3f0ee00a
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Peter Makra <peter@balena.io>
signed-off-by: Peter Makra <peter@balena.io>
author: Peter Makra
nested: []
version: 1.7.2
date: 2021-12-21T16:51:12.194Z
- commits:
- subject: 'patch: Revert back to electron-rebuild'
hash: ea9875ddf06b932b22b5b26d64fed6fe4f02384e

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.2
## (2021-12-21)
* patch: fixed open from browser on windows [Peter Makra]
# v1.7.1
## (2021-11-22)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.7.1",
"version": "1.7.2",
"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-11-22T11:27:50.964Z"
"publishedAt": "2021-12-21T16:51:12.410Z"
}
}