diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f04b26c7..3962640f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,11 @@ Please follow the recommendations outlined at [keepachangelog.com](http://keepac ### [Unreleased] Changes since the last non-beta release. +### [14.0.2] - 2024-05-20 + +#### Fixed +- Resolves possible thrown error for precompile checks with Shakapacker. [PR 1622](https://github.com/shakacode/react_on_rails/pull/1622) by [adriangohjw](https://github.com/adriangohjw) + ### [14.0.1] - 2024-05-16 #### Fixed @@ -1128,7 +1133,8 @@ Best done with Object destructing: ##### Fixed - Fix several generator-related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/14.0.1...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/14.0.2...master +[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 [14.0.0]: https://github.com/shakacode/react_on_rails/compare/13.4.0...14.0.0 [13.4.0]: https://github.com/shakacode/react_on_rails/compare/13.3.5...13.4.0