mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +00:00
v1.7.9
This commit is contained in:
parent
59d67220d4
commit
5945ab1f50
@ -1,3 +1,37 @@
|
||||
- commits:
|
||||
- subject: "patch: update allowed extensions to include deb afterinstall in build"
|
||||
hash: 61610ded842caba47c6a682afcb08aa0fda4e86b
|
||||
body: ""
|
||||
footer: {}
|
||||
author: mcraa
|
||||
nested: []
|
||||
- subject: "patch: add update notification"
|
||||
hash: c87a132f40b41c28d2375c7489d66ad4a6914355
|
||||
body: ""
|
||||
footer: {}
|
||||
author: Peter Makra
|
||||
nested: []
|
||||
- subject: "patch: fix usb-device-boot link in README"
|
||||
hash: 350d4de32ba0739b0ad1c2dc0b0b98eecf41f8f9
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Andrew Scheller
|
||||
nested: []
|
||||
- subject: Fix application directory for Debian postinst script
|
||||
hash: f5f9025d6db248a8774ff6c9bb9d2afebda6cc3b
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Ken Bannister <kb2ma@runbox.com>
|
||||
signed-off-by: Ken Bannister <kb2ma@runbox.com>
|
||||
author: Ken Bannister
|
||||
nested: []
|
||||
version: 1.7.9
|
||||
title: "'patch: deb afterinstall and readme updates'"
|
||||
date: 2022-04-22T13:10:47.137Z
|
||||
- commits:
|
||||
- subject: "patch: complete suse uninstall readme"
|
||||
hash: 8370f638b4e92a4c981f79362ba0d0700f9f94a1
|
||||
|
@ -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.9
|
||||
## (2022-04-22)
|
||||
|
||||
* patch: update allowed extensions to include deb afterinstall in build [mcraa]
|
||||
* patch: add update notification [Peter Makra]
|
||||
* patch: fix usb-device-boot link in README [Andrew Scheller]
|
||||
* Fix application directory for Debian postinst script [Ken Bannister]
|
||||
|
||||
# v1.7.8
|
||||
## (2022-03-18)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9",
|
||||
"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-03-18T10:39:52.682Z"
|
||||
"publishedAt": "2022-04-22T13:10:47.906Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user