File tree 1 file changed +25
-1
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
30
## [ 2.0.1] - 2018-02-05
10
31
` v2.0.1 ` is a minor hotfix release patched the ` NODE_ENV ` not set on Windows
11
32
issue.
66
87
isn't based on this boilerplate.
67
88
- Separated Webpack config files for ` development ` & ` production ` mode.
68
89
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
70
91
[ 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