diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 11949347..0daebc2d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f7c8a0..cb1766ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ef4badd3..eaa3d970 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.117", + "version": "1.5.118", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -16828,4 +16828,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index c610b6a9..6200fd25 100644 --- a/package.json +++ b/package.json @@ -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.",