This commit is contained in:
Balena CI 2022-03-19 04:00:27 +02:00 committed by VersionBot
parent ab668f0a25
commit 6a99fb7297
4 changed files with 20 additions and 3 deletions

View File

@ -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:
- subject: "patch: complete suse uninstall readme"
hash: 8370f638b4e92a4c981f79362ba0d0700f9f94a1

View File

@ -3,6 +3,11 @@
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-03-19)
* patch: fix usb-device-boot link in README [Andrew Scheller]
# v1.7.8
## (2022-03-18)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.7.8",
"version": "1.7.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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-03-19T01:59:47.060Z"
}
}