From 3039e02e9e2780234919ab53ae4ad88b865ba384 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:21:40 +0000 Subject: [PATCH] chore(master): release 6.4.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b39e89ab..44752af2 120000 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.4.2](https://github.com/pradel/react-responsive-modal/compare/v6.4.1...v6.4.2) (2023-06-19) + + +### Bug Fixes + +* fix screen glitch issue when modal is closed ([#519](https://github.com/pradel/react-responsive-modal/issues/519)) ([7c1dad2](https://github.com/pradel/react-responsive-modal/commit/7c1dad21018e5fcec6f7cfd310bd9b0e07e39a74)) + + +### Miscellaneous + +* **master:** release 6.4.1 ([16aad65](https://github.com/pradel/react-responsive-modal/commit/16aad65b5be9ebf0b7c2d03cc29cb7aa7f67dd86)) + ## [6.4.1](https://github.com/pradel/react-responsive-modal/compare/v6.4.0...v6.4.1) (2022-12-12) diff --git a/package.json b/package.json index fade3927..5d485887 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "lint-staged": "10.5.1", "prettier": "2.1.2" }, - "version": "6.4.1", + "version": "6.4.2", "packageManager": "yarn@3.3.0" }