mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 03:36:36 +00:00
v1.7.6
This commit is contained in:
parent
56ec8b4eac
commit
6774bf784c
@ -1,3 +1,31 @@
|
||||
- commits:
|
||||
- subject: "patch: version number notification"
|
||||
hash: 35868509af3461f5bc312990d184d88eae476c4f
|
||||
body: ""
|
||||
footer: {}
|
||||
author: Peter Makra
|
||||
nested: []
|
||||
- subject: "patch: fixed typos in template"
|
||||
hash: 4366bb372f3c273ccce99dc61b1ced905c591004
|
||||
body: ""
|
||||
footer: {}
|
||||
author: Peter Makra
|
||||
nested: []
|
||||
- subject: "patch: add requirements and help to issue template"
|
||||
hash: e4d02bc561c359ace94a2c461310ef0dc44b2ca1
|
||||
body: ""
|
||||
footer: {}
|
||||
author: mcraa
|
||||
nested: []
|
||||
- subject: "patch: add requirements and help to issue template"
|
||||
hash: b9e54e39f7f95aa64e2b12474936c3ce880b661f
|
||||
body: ""
|
||||
footer: {}
|
||||
author: mcraa
|
||||
nested: []
|
||||
version: 1.7.6
|
||||
title: "'patch: add requirements and help to issue template'"
|
||||
date: 2022-02-21T15:40:15.306Z
|
||||
- commits:
|
||||
- subject: "patch: fix flashing from URL when using basic auth"
|
||||
hash: a6f6cd4a19b25c26cbc36386719186a7e3c31fea
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# v1.7.6
|
||||
## (2022-02-21)
|
||||
|
||||
* patch: version number notification [Peter Makra]
|
||||
* patch: fixed typos in template [Peter Makra]
|
||||
* patch: add requirements and help to issue template [mcraa]
|
||||
* patch: add requirements and help to issue template [mcraa]
|
||||
|
||||
# v1.7.5
|
||||
## (2022-02-21)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.6",
|
||||
"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": "2022-02-21T12:39:38.813Z"
|
||||
"publishedAt": "2022-02-21T15:40:15.838Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user