diff --git a/CHANGELOG.md b/CHANGELOG.md index 05fcde1ec..af5daf455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Please follow the recommendations outlined at [keepachangelog.com](http://keepac ### [Unreleased] Changes since the last non-beta release. +### [14.0.4] - 2024-07-02 #### 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). @@ -25,7 +26,6 @@ Changes since the last non-beta release. #### 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 @@ -1148,7 +1148,8 @@ Best done with Object destructing: ##### Fixed - Fix several generator-related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/14.0.3...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/14.0.4...master +[14.0.4]: https://github.com/shakacode/react_on_rails/compare/14.0.3...14.0.4 [14.0.3]: https://github.com/shakacode/react_on_rails/compare/14.0.2...14.0.3 [14.0.2]: https://github.com/shakacode/react_on_rails/compare/14.0.1...14.0.2 [14.0.1]: https://github.com/shakacode/react_on_rails/compare/14.0.0...14.0.1