Skip to content

Commit a6da98f

Browse files
committed
Update CHANGELONG
- Updated CHANGELOG for changes made in `v2.0.2` release.
1 parent 0c63b58 commit a6da98f

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGELOG.md

+25-1
Original file line numberDiff line numberDiff 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
1132
issue.
@@ -66,5 +87,8 @@ issue.
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

0 commit comments

Comments
 (0)