Skip to content

Commit 352fb5e

Browse files
committed
Add CHANGELOG.md file
1 parent cd06e6d commit 352fb5e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## React Starter Kit Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
### [Unreleased][unreleased]
6+
7+
- Add `CHANGELOG.md` file
8+
9+
### [v0.4.1] - 2015-10-04
10+
11+
- Replace React Hot Loader (depricated) with React Transform
12+
- Replace `index.html` template with `Html` (shell) React component
13+
- Update the deployment script (`tools/deploy.js`), add Git-based deployment example
14+
- Update ESLint and JSCS settings to use AirBnb JavaScript style guide
15+
- Update `docs/how-to-configure-text-editors.md` to cover Atom editor
16+
- Update NPM production and dev dependencies to use the latest versions
17+
18+
[unreleased]: https://github.com/kriasoft/react-starter-kit/compare/v0.4.1...HEAD
19+
[v0.4.1]: https://github.com/kriasoft/react-starter-kit/compare/v0.4.0...v0.4.1

0 commit comments

Comments
 (0)