mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 13:16:36 +00:00
v1.7.7
This commit is contained in:
parent
f6aeb52b16
commit
939cba84f6
@ -1,3 +1,21 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: clarified update check"
|
||||||
|
hash: a5201942b8817cc1d74fba0ae2c8378632d16fc5
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Peter Makra
|
||||||
|
nested: []
|
||||||
|
- subject: "patch: autoupdate stagingPercentage check, include default"
|
||||||
|
hash: c1f7164273ffff5d2d5e6aadc1defcd9b0acbecb
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-Type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Peter Makra
|
||||||
|
nested: []
|
||||||
|
version: 1.7.7
|
||||||
|
title: "'patch: Fix auto update'"
|
||||||
|
date: 2022-02-22T08:57:27.982Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: version number notification"
|
- subject: "patch: version number notification"
|
||||||
hash: 35868509af3461f5bc312990d184d88eae476c4f
|
hash: 35868509af3461f5bc312990d184d88eae476c4f
|
||||||
|
@ -3,6 +3,12 @@
|
|||||||
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.7
|
||||||
|
## (2022-02-22)
|
||||||
|
|
||||||
|
* patch: clarified update check [Peter Makra]
|
||||||
|
* patch: autoupdate stagingPercentage check, include default [Peter Makra]
|
||||||
|
|
||||||
# v1.7.6
|
# v1.7.6
|
||||||
## (2022-02-21)
|
## (2022-02-21)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.7.6",
|
"version": "1.7.7",
|
||||||
"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.6",
|
"version": "1.7.7",
|
||||||
"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": "2022-02-21T15:40:15.838Z"
|
"publishedAt": "2022-02-22T08:57:28.554Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user