CHANGELOG.md in react_on_rails-1.2.1 vs CHANGELOG.md in react_on_rails-1.2.2
- old
+ new
@@ -1,7 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file. Items under `Unreleased` is upcoming features that will be out in next version.
+## v1.2.2
+### Fixed
+- Missing Lodash from generated package.json [#175](https://github.com/shakacode/react_on_rails/pull/175)
+- Rails 3.2 could not run generators [#182](https://github.com/shakacode/react_on_rails/pull/182)
+- Better placement of jquery_ujs dependency [#171](https://github.com/shakacode/react_on_rails/pull/171)
+- Add more detailed description when adding --help option to generator [#161](https://github.com/shakacode/react_on_rails/pull/161)
+- Lots of better docs.
+
## v1.2.0
### Added
- Support `--skip-bootstrap` or `-b` option for generator.
- Create examples tasks to test generated example apps.