From 02d98447e3a054b142c7dd0e7d9637e5b301a0c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 18:16:31 +0000 Subject: [PATCH] chore(master): release 6.4.0 --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe94238b..228119fe 120000 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,14 @@ -react-responsive-modal/CHANGELOG.md \ No newline at end of file +# Changelog + +## [6.4.0](https://github.com/pradel/react-responsive-modal/compare/v6.3.2...v6.4.0) (2022-12-12) + + +### Features + +* support for React 18 ([#498](https://github.com/pradel/react-responsive-modal/issues/498)) ([25e6527](https://github.com/pradel/react-responsive-modal/commit/25e6527170eacb232f3e5171572c1d2c9a8bad35)) + + +### Miscellaneous + +* fix publishing process ([6fd2540](https://github.com/pradel/react-responsive-modal/commit/6fd25408058b37b4128ed5621425e037a6f2dd2d)) +* upgrade deps ([#509](https://github.com/pradel/react-responsive-modal/issues/509)) ([d08b672](https://github.com/pradel/react-responsive-modal/commit/d08b67205e9d9c0ae1fdb628ca5d0e1a1f14e390)) diff --git a/package.json b/package.json index c79fb611..cf8f17da 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "lint-staged": "10.5.1", "prettier": "2.1.2" }, - "version": "6.3.2", + "version": "6.4.0", "packageManager": "yarn@3.3.0" }