mirror of
https://github.com/balena-io/etcher.git
synced 2025-08-01 07:27:44 +00:00
v1.7.9
This commit is contained in:
parent
ab668f0a25
commit
6a99fb7297
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: fix usb-device-boot link in README"
|
||||||
|
hash: ab668f0a25c3e7fc205da8f2c6ae1a000d1ad256
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Andrew Scheller
|
||||||
|
nested: []
|
||||||
|
version: 1.7.9
|
||||||
|
title: "'patch: fix usb-device-boot link in README'"
|
||||||
|
date: 2022-03-19T01:59:46.543Z
|
||||||
- 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-19)
|
||||||
|
|
||||||
|
* patch: fix usb-device-boot link in README [Andrew Scheller]
|
||||||
|
|
||||||
# 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-19T01:59:47.060Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user