diff --git a/.changeset/dull-boats-float.md b/.changeset/dull-boats-float.md deleted file mode 100644 index f738fe1..0000000 --- a/.changeset/dull-boats-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-router-typesafe': patch ---- - -Improve compiler performance for the `href` function returned by `typesafeBrowserRouter` by lazily calculating route params diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a609b5..6cf2a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-router-typesafe +## 1.4.2 + +### Patch Changes + +- 41af0d5: Improve compiler performance for the `href` function returned by `typesafeBrowserRouter` by lazily calculating route params + ## 1.4.1 ### Patch Changes diff --git a/package.json b/package.json index d4e6f64..1fb0314 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-router-typesafe", - "version": "1.4.1", + "version": "1.4.2", "repository": { "type": "git", "url": "https://github.com/stargaze-co/react-router-typesafe.git"