Skip to content

Commit

Permalink
v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Dec 29, 2021
1 parent 9a303ab commit f3c32ea
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,14 @@
- commits:
- subject: 'patch: fix mesage of null'
hash: 9c1b55bebc1f7777ee830886c1999a72f082c17f
body: ''
footer:
Change-Type: patch
change-type: patch
author: Peter Makra
nested: []
version: 1.7.3
date: 2021-12-29T14:31:13.283Z
- commits:
- subject: 'patch: fixed open from browser on windows'
hash: ef90d048ca2fc9e3eb7731b4b5eff63c3f0ee00a
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.3
## (2021-12-29)

* patch: fix mesage of null [Peter Makra]

# v1.7.2
## (2021-12-21)

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.2",
"version": "1.7.3",
"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": "2021-12-21T16:51:12.410Z"
"publishedAt": "2021-12-29T14:31:13.509Z"
}
}

1 comment on commit f3c32ea

@jo0oshar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lib/gui/app/components/settings/settings.tsx

Please sign in to comment.