From a98c0f866090cbbfdaea6449ce83b671fbcdb5a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 19:21:15 +0100 Subject: [PATCH] chore(master): release 6.4.1 (#511) 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 228119fe..b39e89ab 120000 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.4.1](https://github.com/pradel/react-responsive-modal/compare/v6.4.0...v6.4.1) (2022-12-12) + + +### Documentation + +* add missing containerId prop ([#494](https://github.com/pradel/react-responsive-modal/issues/494)) ([2f6454c](https://github.com/pradel/react-responsive-modal/commit/2f6454cc2eac7a18a512266e652bc3ce469f1cd5)) + ## [6.4.0](https://github.com/pradel/react-responsive-modal/compare/v6.3.2...v6.4.0) (2022-12-12) diff --git a/package.json b/package.json index cf8f17da..fade3927 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "lint-staged": "10.5.1", "prettier": "2.1.2" }, - "version": "6.4.0", + "version": "6.4.1", "packageManager": "yarn@3.3.0" }