diff --git a/.changeset/mighty-boats-wink.md b/.changeset/mighty-boats-wink.md deleted file mode 100644 index 2ebccec5..00000000 --- a/.changeset/mighty-boats-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-resource-router": minor ---- - -Updated the path regex matching method added test to make sure complex routing is not broken diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..8f1359fc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# react-resource-router + +## 0.28.0 + +### Minor Changes + +- 87ca96e: Updated the path regex matching method added test to make sure complex routing is not broken diff --git a/package.json b/package.json index 2cfa45d9..dabb55be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-resource-router", - "version": "0.27.2", + "version": "0.28.0", "description": "Configuration driven routing solution for React that manages SPA route matching, data fetching and progressive rendering", "keywords": [ "react",