commit 031df95758210d4f9186c2bebf403789727a0159 parent cd06e6d32bce9e76d832372c49add0104f65e3d3 Author: Konstantin Tarkus <hello@tarkus.me> Date: Sun, 4 Oct 2015 15:47:00 +0300 Add CHANGELOG.md file Diffstat:
| A | CHANGELOG.md | | | 19 | +++++++++++++++++++ |
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -0,0 +1,19 @@ +## React Starter Kit Change Log + +All notable changes to this project will be documented in this file. + +### [Unreleased][unreleased] + +- Add `CHANGELOG.md` file with a list of notable changes to this project + +### [v0.4.1] - 2015-10-04 + +- Replace React Hot Loader (depricated) with React Transform +- Replace `index.html` template with `Html` (shell) React component +- Update the deployment script (`tools/deploy.js`), add Git-based deployment example +- Update ESLint and JSCS settings to use AirBnb JavaScript style guide +- Update `docs/how-to-configure-text-editors.md` to cover Atom editor +- Update NPM production and dev dependencies to use the latest versions + +[unreleased]: https://github.com/kriasoft/react-starter-kit/compare/v0.4.1...HEAD +[v0.4.1]: https://github.com/kriasoft/react-starter-kit/compare/v0.4.0...v0.4.1