Skip to content

Commit

Permalink
update changelog for #1582
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Nov 17, 2023
1 parent abf403a commit 2e0b4f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Please follow the recommendations outlined at [keepachangelog.com](http://keepac
### [Unreleased]
Changes since the last non-beta release.

### [13.4.1]
#### Fixed
- Fixed Typescript types for ServerRenderResult, ReactComponent, and RenderFunction interfaces. [PR 1582](https://github.com/shakacode/react_on_rails/pull/1582) by [kotarella1110](https://github.com/kotarella1110)

- Removed a workaround in `JsonOutput#escape` for an no-longer supported Rails version. Additionally, removed `Utils.rails_version_less_than_4_1_1`
which was only used in the workaround. [PR 1580](https://github.com/shakacode/react_on_rails/pull/1580) by [wwahammy](https://github.com/wwahammy)

Expand Down Expand Up @@ -1106,7 +1110,8 @@ Best done with Object destructing:
##### Fixed
- Fix several generator-related issues.

[Unreleased]: https://github.com/shakacode/react_on_rails/compare/13.4.0...master
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/13.4.1...master
[13.4.1]: https://github.com/shakacode/react_on_rails/compare/13.4.0...13.4.1
[13.4.0]: https://github.com/shakacode/react_on_rails/compare/13.3.5...13.4.0
[13.3.5]: https://github.com/shakacode/react_on_rails/compare/13.3.4...13.3.5
[13.3.4]: https://github.com/shakacode/react_on_rails/compare/13.3.3...13.3.4
Expand Down

0 comments on commit 2e0b4f8

Please sign in to comment.