Skip to content

Commit

Permalink
v1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Apr 22, 2022
1 parent 59d6722 commit 5945ab1
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 3 deletions.
34 changes: 34 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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.",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 5945ab1

Please sign in to comment.