CHANGELOG.md in react_on_rails-12.0.3 vs CHANGELOG.md in react_on_rails-12.0.4
- old
+ new
@@ -14,10 +14,13 @@
## Versions
### [Unreleased]
Changes since last non-beta release.
*Please add entries here for your pull requests that are not yet released.*
+### [12.0.4] - 2020-11-14
+#### Fixed
+- Install generator now specifies the version. Fixes [React on Rails Generator installs the older npm package #1336](https://github.com/shakacode/react_on_rails/issues/1336). [PR 1338Fix Generator to use Exact NPM Version](https://github.com/shakacode/react_on_rails/pull/1338) by by [justin808](https://github.com/justin808).
### [12.0.3] - 2020-09-20
#### Fixed
- Async script loading optimizes page load speed. With this fix, a bundle
can be loaded "async" and a handler function can determine when to hydrate.
@@ -941,10 +944,11 @@
- Turbolinks support.
##### Fixed
- Fix several generator related issues.
-[Unreleased]: https://github.com/shakacode/react_on_rails/compare/12.0.3...master
+[Unreleased]: https://github.com/shakacode/react_on_rails/compare/12.0.4...master
+[12.0.4]: https://github.com/shakacode/react_on_rails/compare/12.0.3...12.0.4
[12.0.3]: https://github.com/shakacode/react_on_rails/compare/12.0.2...12.0.3
[12.0.2]: https://github.com/shakacode/react_on_rails/compare/12.0.1...12.0.2
[12.0.1]: https://github.com/shakacode/react_on_rails/compare/12.0.0...12.0.1
[12.0.0]: https://github.com/shakacode/react_on_rails/compare/11.3.0...12.0.0
[11.3.0]: https://github.com/shakacode/react_on_rails/compare/11.2.2...11.3.0