CHANGELOG.md in react_on_rails-13.3.3 vs CHANGELOG.md in react_on_rails-13.3.4
- old
+ new
@@ -15,10 +15,23 @@
### [Unreleased]
Changes since last non-beta release.
*Please add entries here for your pull requests that are not yet released.*
+### [13.3.4] - 2022-05-23
+
+### Added
+- Improved functionality of Filesystem-based pack generation & auto-bundling. Added `make_generated_server_bundle_the_entrypoint` configuration key. [PR 1531](https://github.com/shakacode/react_on_rails/pull/1531) by [judahmeek](https://github.com/judahmeek)
+
+### Removed
+- Removed unneeded `HMR=true` from `Procfile.dev` in install template [PR 1537](https://github.com/shakacode/react_on_rails/pull/1537) by [ahangarha](https://github.com/ahangarha).
+
+### [13.3.3] - 2022-03-21
+
+### Fixed
+- Fixed bug regarding loading FS-based packs. [PR 1527](https://github.com/shakacode/react_on_rails/pull/1527) by [judahmeek](https://github.com/judahmeek)
+
### [13.3.2] - 2022-02-24
### Fixed
- Fixed the bug in `bin/dev` and `bin/dev-static` scripts by using `system` instead of `exec` and remove option to pass arguments [PR 1519](https://github.com/shakacode/react_on_rails/pull/1519) by [ahangarha](https://github.com/ahangarha).
@@ -1070,10 +1083,12 @@
- Turbolinks support.
##### Fixed
- Fix several generator related issues.
-[Unreleased]: https://github.com/shakacode/react_on_rails/compare/13.3.2...master
+[Unreleased]: https://github.com/shakacode/react_on_rails/compare/13.3.4...master
+[13.3.4]: https://github.com/shakacode/react_on_rails/compare/13.3.3...13.3.4
+[13.3.3]: https://github.com/shakacode/react_on_rails/compare/13.3.2...13.3.3
[13.3.2]: https://github.com/shakacode/react_on_rails/compare/13.3.1...13.3.2
[13.3.1]: https://github.com/shakacode/react_on_rails/compare/13.3.0...13.3.1
[13.3.0]: https://github.com/shakacode/react_on_rails/compare/13.2.0...13.3.0
[13.2.0]: https://github.com/shakacode/react_on_rails/compare/13.1.0...13.2.0
[13.1.0]: https://github.com/shakacode/react_on_rails/compare/13.0.2...13.1.0