Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Nov 29, 2021
1 parent 3cb2e78 commit b938132
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 3 deletions.
51 changes: 51 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,54 @@
- commits:
- subject: 'patch: Revert back to electron-rebuild'
hash: ea9875ddf06b932b22b5b26d64fed6fe4f02384e
body: ''
footer:
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
author: Lorenzo Alberto Maria Ambrosi
nested: []
- subject: 'patch: Disallow TS in JS'
hash: 65dacd2ff282864b82283b7f8251ef9fa548ed3f
body: ''
footer:
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
author: Lorenzo Alberto Maria Ambrosi
nested: []
- subject: 'patch: Remove esInterop TS flag'
hash: a190818827e2354f9ff13d04017541c1fae6cd47
body: ''
footer:
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
author: Lorenzo Alberto Maria Ambrosi
nested: []
- subject: 'patch: Use @balena/sudo-prompt'
hash: 98e33b619be70348429038b5d04e49a840c8f218
body: ''
footer:
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
author: Lorenzo Alberto Maria Ambrosi
nested: []
- subject: 'patch: Update rpiboot guide link'
hash: 685ed715ac85495343a82e5d7886ad826fe2cdfe
body: ''
footer:
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
author: Lorenzo Alberto Maria Ambrosi
nested: []
- subject: 'patch: Improve webpack build time'
hash: 3cf3c4b398fb65cb4ca59cbf8c3798492197f622
body: ''
footer:
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
author: Lorenzo Alberto Maria Ambrosi
nested: []
version: 1.7.1
date: 2021-11-22T11:27:50.714Z
- commits:
- subject: 'patch: Add missing @types/react@16.8.5'
hash: 0a28af5c35a5c73cd78a729bfd8f4bb7978d7c1a
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

# v1.7.1
## (2021-11-22)

* patch: Revert back to electron-rebuild [Lorenzo Alberto Maria Ambrosi]
* patch: Disallow TS in JS [Lorenzo Alberto Maria Ambrosi]
* patch: Remove esInterop TS flag [Lorenzo Alberto Maria Ambrosi]
* patch: Use @balena/sudo-prompt [Lorenzo Alberto Maria Ambrosi]
* patch: Update rpiboot guide link [Lorenzo Alberto Maria Ambrosi]
* patch: Improve webpack build time [Lorenzo Alberto Maria Ambrosi]

# v1.7.0
## (2021-11-09)

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.0",
"version": "1.7.1",
"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-11-09T13:13:32.850Z"
"publishedAt": "2021-11-22T11:27:50.964Z"
}
}

0 comments on commit b938132

Please sign in to comment.