From 0b2bc2579928d5a85893adb89ad46b5cc14adf35 Mon Sep 17 00:00:00 2001 From: Mikhail Boutylin Date: Tue, 11 Jun 2024 11:06:16 +0400 Subject: [PATCH] added changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f04b26c7..0d3c85c10 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-06-11 + +#### Fixed +- Project initialization with Shakapacker v6 fixed [PR 1629](https://github.com/shakacode/react_on_rails/pull/1629) by [vaukalak](https://github.com/vaukalak) + ### [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