CHANGELOG.md in react_on_rails-14.0.3 vs CHANGELOG.md in react_on_rails-14.0.4
- old
+ new
@@ -16,9 +16,17 @@
## Versions
### [Unreleased]
Changes since the last non-beta release.
+
+#### Improved
+- Improved dependency management by integrating package_json. [PR 1639](https://github.com/shakacode/react_on_rails/pull/1639) by [vaukalak](https://github.com/vaukalak).
+
+#### Changed
+- Update outdated GitHub Actions to use Node.js 20.0 versions instead [PR 1623](https://github.com/shakacode/react_on_rails/pull/1623) by [adriangohjw](https://github.com/adriangohjw).
+
+
### [14.0.3] - 2024-06-28
#### Fixed
- Fixed css-loader installation with [PR 1634](https://github.com/shakacode/react_on_rails/pull/1634) by [vaukalak](https://github.com/vaukalak).
- Address a number of typos and grammar mistakes [PR 1631](https://github.com/shakacode/react_on_rails/pull/1631) by [G-Rath](https://github.com/G-Rath).