diff --git a/.changeset/quick-books-shave.md b/.changeset/quick-books-shave.md deleted file mode 100644 index 6a46a19..0000000 --- a/.changeset/quick-books-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"next-typesafe-url": patch ---- - -docs: clarify pages dir, add useEffect to jotai example and clarify a possible silent error source diff --git a/CHANGELOG.md b/CHANGELOG.md index 255e4cc..4893d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # next-typesafe-url +## 1.0.1 + +### Patch Changes + +- 7e8055b: docs: clarify pages dir, add useEffect to jotai example and clarify a possible silent error source + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 0e6bc00..789bf51 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "next-typesafe-url", "description": "JSON serializable, fully typesafe, and zod validated URL search params, dynamic route params, and routing for NextJS", "license": "MIT", - "version": "1.0.0", + "version": "1.0.1", "author": "Ethan Niser", "repository": { "type": "git",