Skip to content

Commit

Permalink
v1.5.118
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Apr 29, 2021
1 parent e9ce270 commit ed1f008
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,24 @@
- commits:
- subject: 'patch: development environment'
hash: 1ee110bc9587ecdc672b5b9cf8373e78c04943a1
body: >-
Add webpack dev server and hot module reloading to get live changes and
reloads without reloading the whole electron app.
This patch also runs the development environment in development mode,
which is much, much faster on builds and rebuilds.
footer: {}
author: Zane Hitchcox
nested: []
- subject: 'patch: watch files for electron'
hash: 33dd07c6751e5ca84b5e7d78027e2e9fec1e7b0e
body: ''
footer: {}
author: Zane Hitchcox
nested: []
version: 1.5.118
date: 2021-04-27T01:21:31.707Z
- commits:
- subject: Rename mac releases (keep old naming)
hash: 0bdea5c54ca1465d89c73cd269e60ebb24c79f0f
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

# v1.5.118
## (2021-04-27)

* patch: development environment [Zane Hitchcox]
* patch: watch files for electron [Zane Hitchcox]

# v1.5.117
## (2021-04-02)

Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.5.117",
"version": "1.5.118",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
Expand Down

0 comments on commit ed1f008

Please sign in to comment.