diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f18a1df --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [7.0.0](https://github.com/pradel/react-responsive-modal/compare/v6.4.2...v7.0.0) (2025-07-13) + + +### ⚠ BREAKING CHANGES + +* add react 19 support ([#526](https://github.com/pradel/react-responsive-modal/issues/526)) +* modernise package with rolldown ([#527](https://github.com/pradel/react-responsive-modal/issues/527)) + +### Features + +* add react 19 support ([#526](https://github.com/pradel/react-responsive-modal/issues/526)) ([d379354](https://github.com/pradel/react-responsive-modal/commit/d379354111e35659dc398e30f69fac65f1766a35)) +* modernise package with rolldown ([#527](https://github.com/pradel/react-responsive-modal/issues/527)) ([dc124f3](https://github.com/pradel/react-responsive-modal/commit/dc124f35d18991c39edafed260d1f52cfe1d391f)) diff --git a/package.json b/package.json index 7aa02da..943122d 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "lint-staged": "10.5.4", "prettier": "3.6.2" }, - "version": "6.4.2", + "version": "7.0.0", "packageManager": "yarn@4.9.2" }