From c755a0f0dae308a797c2433dd9f375f51d54b10b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 19:06:46 +0200 Subject: [PATCH] chore: release 6.3.1 (#493) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc594d8..92f04000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [6.3.1](https://www.github.com/pradel/react-responsive-modal/compare/v6.3.0...v6.3.1) (2022-04-25) + + +### Bug Fixes + +* fix publishing process ([#492](https://www.github.com/pradel/react-responsive-modal/issues/492)) ([2ecd108](https://www.github.com/pradel/react-responsive-modal/commit/2ecd1084a0398a0ae0d7baa40b9b2b4e03f3d91c)) + ## [6.3.0](https://www.github.com/pradel/react-responsive-modal/compare/v6.2.0...v6.3.0) (2022-04-25) diff --git a/package.json b/package.json index 09d5fc4a..6758202d 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "lint-staged": "10.5.1", "prettier": "2.1.2" }, - "version": "6.3.0" + "version": "6.3.1" }