This commit is contained in:
Balena CI 2022-02-21 13:44:44 +02:00 committed by VersionBot
parent 8d652d064d
commit 03ee428039
4 changed files with 1038 additions and 1135 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.7.4
## (2022-02-21)
* patch: set version update notification 1.7.3 [Peter Makra]
* patch: updated electron to 12.2.3 [Peter Makra]
* patch: updated electron to 12.2.3 [Peter Makra]
# v1.7.3
## (2021-12-29)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.7.3",
"version": "1.7.4",
"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-29T14:31:13.509Z"
"publishedAt": "2022-02-21T08:33:45.910Z"
}
}