CHANGELOG.md in react_on_rails-10.1.0 vs CHANGELOG.md in react_on_rails-10.1.1

- old
+ new

@@ -6,14 +6,18 @@ ## [Unreleased] Changes since last non-beta release. *Please add entries here for your pull requests that are not yet released.* +### [10.1.1] - 2018-01-26 +#### Fixed +- Fixed issue with server-rendering error handler: [PR 1020](https://github.com/shakacode/react_on_rails/pull/1020) by [jblasco3](https://github.com/jblasco3). + ### [10.1.0] - 2018-01-23 #### Added - Added 2 cache helpers: ReactOnRails::Utils.bundle_file_name(bundle_name) and ReactOnRails::Utils.server_bundle_file_name -for easy access to the hashed filenames for use in cache keys by [justin808](https://github.com/justin808). +for easy access to the hashed filenames for use in cache keys. [PR 1018](https://github.com/shakacode/react_on_rails/pull/1018) by [justin808](https://github.com/justin808). #### Fixed - Use redux component in generated redux Hello World example: [PR 1006](https://github.com/shakacode/react_on_rails/pull/1006) by [lewaabahmad](https://github.com/lewaabahmad). - Fixed `Utils.bundle_js_file_path` generating the incorrect path for `manifest.json` in webpacker projects: [Issue #1011](https://github.com/shakacode/react_on_rails/issues/1011) by [elstgav](https://github.com/elstgav) @@ -677,10 +681,11 @@ - Turbolinks support. ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/10.1.0...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/10.1.1...master +[10.1.1]: https://github.com/shakacode/react_on_rails/compare/10.1.0...10.1.1 [10.1.0]: https://github.com/shakacode/react_on_rails/compare/10.0.2...10.1.0 [10.0.2]: https://github.com/shakacode/react_on_rails/compare/10.0.1...10.0.2 [10.0.1]: https://github.com/shakacode/react_on_rails/compare/10.0.0...10.0.1 [10.0.0]: https://github.com/shakacode/react_on_rails/compare/9.0.3...10.0.0 [9.0.3]: https://github.com/shakacode/react_on_rails/compare/9.0.2...9.0.3