This commit is contained in:
Balena CI 2022-03-18 19:22:12 +02:00 committed by VersionBot
parent 6194460dc2
commit 549d744d04
4 changed files with 84 additions and 3 deletions

View File

@ -1,3 +1,72 @@
- commits:
- subject: "patch: complete suse uninstall readme"
hash: 8370f638b4e92a4c981f79362ba0d0700f9f94a1
body: ""
footer:
Change-Type: patch
change-type: patch
author: Peter Makra
nested: []
- subject: "patch: completed suse instructions"
hash: ac34c511251f195fd37baf24d1c150a309210c9e
body: ""
footer:
Change-Type: patch
change-type: patch
author: Peter Makra
nested: []
- subject: "patch: order rpm instrictions"
hash: b241470fe1bae57e70888b84bb066855363a350b
body: ""
footer:
Change-Type: patch
change-type: patch
author: Peter Makra
nested: []
- subject: "patch: enabled update notification for version 1.7.8"
hash: 335766ed12901d6b8b16860d449eca4ea574f9c1
body: ""
footer:
Change-Type: patch
change-type: patch
author: Peter Makra
nested: []
- subject: "patch: updated title to balenaEtcher"
hash: 4c5d052a7185ecd598a12d80d2bd7afd5ced7c92
body: |
fixes #3592
footer:
Change-Type: patch
change-type: patch
author: Peter Makra
nested: []
- subject: "patch: cleanup and organize readme"
hash: 86423342a86a9327545099eb9df47236d0ac6aef
body: ""
footer:
Change-Type: patch
change-type: patch
author: Peter Makra
nested: []
- subject: "patch: extend cloudsmith attribution in readme"
hash: d8b41552e34faf71bbd128f3857667f8f341a217
body: ""
footer:
Change-Type: patch
change-type: patch
author: Peter Makra
nested: []
- subject: Update macOS Icon to Big Sur Style
hash: 11c65fb392416027158918f77bde68dd8996187c
body: ""
footer:
Change-type: patch
change-type: patch
author: Logicer
nested: []
version: 1.7.8
title: "'small ui updates'"
date: 2022-03-18T10:39:52.131Z
- commits:
- subject: "patch: clarified update check"
hash: a5201942b8817cc1d74fba0ae2c8378632d16fc5

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.7.8
## (2022-03-18)
* patch: complete suse uninstall readme [Peter Makra]
* patch: completed suse instructions [Peter Makra]
* patch: order rpm instrictions [Peter Makra]
* patch: enabled update notification for version 1.7.8 [Peter Makra]
* patch: updated title to balenaEtcher [Peter Makra]
* patch: cleanup and organize readme [Peter Makra]
* patch: extend cloudsmith attribution in readme [Peter Makra]
* Update macOS Icon to Big Sur Style [Logicer]
# v1.7.7
## (2022-02-22)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.7.7",
"version": "1.7.8",
"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-22T08:57:28.554Z"
"publishedAt": "2022-03-18T10:39:52.682Z"
}
}