Skip to content

Commit f6591d0

Browse files
committed
Update CHANGELOG.md
1 parent 34c9487 commit f6591d0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ Changes since last non-beta release.
1717

1818
*Please add entries here for your pull requests that are not yet released.*
1919

20-
### Fixed
21-
- Upgrade several JS dependencies to fix security issues. [PR 1514](https://github.com/shakacode/react_on_rails/pull/1514) by [ahangarha](https://github.com/ahangarha)
22-
23-
### [13.3.0] - 2022-01-28
20+
### [13.3.0] - 2022-01-29
2421
### Fixed
2522
- Fixed pack not found warning while using `react_component` and `react_component_hash` helpers, even when corresponding chunks are present. [PR 1511](https://github.com/shakacode/react_on_rails/pull/1511) by [pulkitkkr](https://github.com/pulkitkkr)
2623
- Fixed FS-based packs generation functionality to trigger pack generation on the creation of a new react component inside `components_subdirectory`. [PR 1506](https://github.com/shakacode/react_on_rails/pull/1506) by [pulkitkkr](https://github.com/pulkitkkr)
24+
- Upgrade several JS dependencies to fix security issues. [PR 1514](https://github.com/shakacode/react_on_rails/pull/1514) by [ahangarha](https://github.com/ahangarha)
2725

2826
### Added
2927
- Added `./bin/dev` and `./bin/dev-static` executables to ease and standardize running the dev server. [PR 1491](https://github.com/shakacode/react_on_rails/pull/1491) by [ahangarha](https://github.com/ahangarha)
@@ -1062,7 +1060,8 @@ Best done with Object destructing:
10621060
##### Fixed
10631061
- Fix several generator related issues.
10641062

1065-
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/13.2.0...master
1063+
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/13.3.0...master
1064+
[13.3.0]: https://github.com/shakacode/react_on_rails/compare/13.2.0...13.3.0
10661065
[13.2.0]: https://github.com/shakacode/react_on_rails/compare/13.1.0...13.2.0
10671066
[13.1.0]: https://github.com/shakacode/react_on_rails/compare/13.0.2...13.1.0
10681067
[13.0.2]: https://github.com/shakacode/react_on_rails/compare/13.0.1...13.0.2

0 commit comments

Comments
 (0)