diff --git a/.changeset/orange-steaks-trade.md b/.changeset/orange-steaks-trade.md deleted file mode 100644 index e96b9f4..0000000 --- a/.changeset/orange-steaks-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wethegit/react-modal": patch ---- - -fix: ensures empty params doesn't throw diff --git a/CHANGELOG.md b/CHANGELOG.md index 0015789..42bd419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @wethegit/react-modal +## 2.0.1 + +### Patch Changes + +- [#10](https://github.com/wethegit/react-modal/pull/10) [`1e4fba5`](https://github.com/wethegit/react-modal/commit/1e4fba52e05da8dc2f046a4e58ce99633bfb8070) Thanks [@marlonmarcello](https://github.com/marlonmarcello)! - fix: ensures empty params doesn't throw + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index 12afb4e..6e10d10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wethegit/react-modal", - "version": "2.0.0", + "version": "2.0.1", "description": "A customizable, accessible modal window component for React projects.", "files": [ "dist"