From a9a6add8837dab8b607ce2e528db2257cc7988ba Mon Sep 17 00:00:00 2001 From: Alexey Romanov <104450112+alexeyr-ci@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:57:13 +0300 Subject: [PATCH] Add 14.1.0 to CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa732e31..184bcebd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ Please follow the recommendations outlined at [keepachangelog.com](http://keepac ### [Unreleased] Changes since the last non-beta release. +### [14.1.0] - 2025-01-06 + #### Fixed - Incorrect type and confusing name for `ReactOnRails.registerStore`, use `registerStoreGenerators` instead. [PR 1651](https://github.com/shakacode/react_on_rails/pull/1651) by [alexeyr-ci](https://github.com/alexeyr-ci). @@ -1172,7 +1174,8 @@ Best done with Object destructing: ##### Fixed - Fix several generator-related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/14.0.5...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/14.1.0...master +[14.1.0]: https://github.com/shakacode/react_on_rails/compare/14.0.5...14.1.0 [14.0.5]: https://github.com/shakacode/react_on_rails/compare/14.0.4...14.0.5 [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