Skip to content

Commit d65ea28

Browse files
authored
Update CHANGELOG.md
1 parent 0bdeeaf commit d65ea28

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ If you need help upgrading `react-rails`, `webpacker` to `shakapacker`, or JS pa
77
## Unreleased
88
Changes since the last non-beta release.
99

10-
_Please add entries here for your pull requests that are not yet released._
10+
_Please add entries here for your pull requests that are not yet released. Include LINKS for PRs and committers._
11+
12+
## [3.2.0] - 2024-01-10
1113

1214
#### Changed
15+
- Support other JS package managers using `package_json` gem [PR #1306](https://github.com/reactjs/react-rails/pull/1306) by [G-Rath](https://github.com/G-Rath).
1316
- Make es6 and ts usable at same time. #1299
14-
- Support other JS package managers using `package_json` gem #1306
1517

1618
## [3.1.1] - 2023-08-16
1719

@@ -571,7 +573,8 @@ _Please add entries here for your pull requests that are not yet released._
571573
- Server rendering with `prerender: true`
572574
- Transform `.jsx` in the asset pipeline
573575

574-
[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.1.1...master
576+
[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.2.0...master
577+
[3.2.0]: https://github.com/reactjs/react-rails/compare/v3.1.1...v3.2.0
575578
[3.1.1]: https://github.com/reactjs/react-rails/compare/v3.1.0...v3.1.1
576579
[3.1.0]: https://github.com/reactjs/react-rails/compare/v3.0.0...v3.1.0
577580
[3.0.0]: https://github.com/reactjs/react-rails/compare/v2.7.1...v3.0.0

0 commit comments

Comments
 (0)