mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 05:06:40 +00:00
v1.7.9
This commit is contained in:
parent
665a983987
commit
4b04c7be48
@ -1,3 +1,17 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Fix application directory for Debian postinst script
|
||||||
|
hash: 665a9839873fd3980fac425175877810c497f48d
|
||||||
|
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: "'Fix application directory for Debian postinst script'"
|
||||||
|
date: 2022-03-30T19:31:48.824Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: complete suse uninstall readme"
|
- subject: "patch: complete suse uninstall readme"
|
||||||
hash: 8370f638b4e92a4c981f79362ba0d0700f9f94a1
|
hash: 8370f638b4e92a4c981f79362ba0d0700f9f94a1
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
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.9
|
||||||
|
## (2022-03-30)
|
||||||
|
|
||||||
|
* Fix application directory for Debian postinst script [Ken Bannister]
|
||||||
|
|
||||||
# v1.7.8
|
# v1.7.8
|
||||||
## (2022-03-18)
|
## (2022-03-18)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.7.8",
|
"version": "1.7.9",
|
||||||
"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.8",
|
"version": "1.7.9",
|
||||||
"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-03-18T10:39:52.682Z"
|
"publishedAt": "2022-03-30T19:31:49.383Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user