From 23df615c74b24ff81743187c113e5e821b9d884a 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:10:24 +0000 Subject: [PATCH] chore(master): release 6.4.0 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe94238b..ff092534 120000 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,13 @@ -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)) diff --git a/package.json b/package.json index a7a5d595..2a596c1f 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.2.1" }