Skip to content

Commit

Permalink
Add 14.1.0 to CHANGELOG.md (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyr-ci authored Jan 13, 2025
1 parent 7b60682 commit fc789d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fc789d9

Please sign in to comment.