File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.0.2] - 2019-12-02
10+ ` v2.0.2 ` is a minor hotfix release fixed the documentation error and build
11+ error on ` macOS Catalina(10.15+) ` .
12+
13+ ### Added
14+ - Extended README section ` Getting started ` with ` npm start ` command
15+ description.
16+ - README section ` Known issue ` .
17+
18+ ### Changed
19+ - Minor version upgrades on package dependencies.
20+ - ` macOS ` build target to ` pkg ` from default ` dmg ` due to no 32-bit apps
21+ support from ` macOS Catalina ` that caused ` electron-builder ` fails to build
22+ ` dmg ` image on
` macOS ` prior to
` [email protected] ` .
23+ _ ` pkg ` build is unaffected and is used as a workaround for the current version
24+ prior to the major version upgrades on dependencies in next release._
25+ _ Related issue: [ electron-builder #3990 ] ( https://github.com/electron-userland/electron-builder/issues/3990 ) _
26+
27+ ### Fixed
28+ - [ Issue #2 ] - incorrect command ` npm run install ` to ` npm install ` in ` README ` .
29+
930## [ 2.0.1] - 2018-02-05
1031` v2.0.1 ` is a minor hotfix release patched the ` NODE_ENV ` not set on Windows
1132issue.
6687 isn't based on this boilerplate.
6788- Separated Webpack config files for ` development ` & ` production ` mode.
6889
69- [ Unreleased ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v2.0.1 ...HEAD
90+ [ Unreleased ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v2.0.2 ...HEAD
7091[ 2.0.1 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v2.0.0...v2.0.1
92+ [ 2.0.2 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v2.0.1...v2.0.2
93+
94+ [ Issue #2 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/issues/2
You can’t perform that action at this time.
0 commit comments