CHANGELOG.md in react_on_rails-11.0.2 vs CHANGELOG.md in react_on_rails-11.0.3

- old
+ new

@@ -8,11 +8,17 @@ ## [Unreleased] Changes since last non-beta release. *Please add entries here for your pull requests that are not yet released.* +### [11.0.3] - 2018-04-24 + +#### Fixed +- Fixed issue with component script initialization when using react_component_hash. [PR 1071](https://github.com/shakacode/react_on_rails/pull/1071) by [jblasco3](https://github.com/jblasco3). + ### [11.0.2] - 2018-04-24 + #### Fixed - Server rendering error for React on Rails Pro. [PR 1069](https://github.com/shakacode/react_on_rails/pull/1069) by [justin808](https://github.com/justin808). ### [11.0.1] - 2018-04-23 @@ -736,10 +742,13 @@ - Turbolinks support. ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.0.0...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.0.3...master +[11.0.3]: https://github.com/shakacode/react_on_rails/compare/11.0.2...11.0.3 +[11.0.2]: https://github.com/shakacode/react_on_rails/compare/11.0.1...11.0.2 +[11.0.1]: https://github.com/shakacode/react_on_rails/compare/11.0.0...11.0.1 [11.0.0]: https://github.com/shakacode/react_on_rails/compare/10.1.4...11.0.0 [10.1.4]: https://github.com/shakacode/react_on_rails/compare/10.1.3...10.1.4 [10.1.3]: https://github.com/shakacode/react_on_rails/compare/10.1.2...10.1.3 [10.1.2]: https://github.com/shakacode/react_on_rails/compare/10.1.1...10.1.2 [10.1.1]: https://github.com/shakacode/react_on_rails/compare/10.1.0...10.1.1