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. 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.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 # v1.7.3
## (2021-12-29) ## (2021-12-29)

2
package-lock.json generated
View File

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

View File

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