Skip to content

Commit 64f62f8

Browse files
committed
Update CHANGELOG
- Wrote changelog for `v2.0.1`.
1 parent 9205263 commit 64f62f8

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.1] - 2018-02-05
10+
`v2.0.1` is a minor hotfix release patched the `NODE_ENV` not set on Windows
11+
issue.
12+
13+
### Added
14+
- Package `cross-env` as `devDependencies`.
15+
- README section "Author".
16+
17+
### Fixed
18+
- NPM scripts won't set environment variables on Windows issue.
19+
920
## 2.0.0 - 2018-02-04
10-
v2.0.0 is a major release that most part of the boilerplate has been rewritten.
21+
`v2.0.0` is a major release that most part of the boilerplate has been rewritten.
1122

1223
### Added
1324
- ESLint for code checking on Javascript files.
@@ -55,4 +66,5 @@ v2.0.0 is a major release that most part of the boilerplate has been rewritten.
5566
isn't based on this boilerplate.
5667
- Separated Webpack config files for `development` & `production` mode.
5768

58-
[Unreleased]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v2.0.0...HEAD
69+
[Unreleased]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v2.0.1...HEAD
70+
[2.0.1]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v2.0.0...v2.0.1

0 commit comments

Comments
 (0)