Skip to content

Commit

Permalink
update changelog for #1582 (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek authored Nov 18, 2023
1 parent abf403a commit 8897fcc
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 8897fcc

Please sign in to comment.