diff --git a/.changeset/funny-ways-grow.md b/.changeset/funny-ways-grow.md deleted file mode 100644 index aa2b1fa..0000000 --- a/.changeset/funny-ways-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"next-typesafe-url": patch ---- - -minor edits to docs, and change to the cli message after generating types diff --git a/CHANGELOG.md b/CHANGELOG.md index a436f72..0dabb39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # next-typesafe-url +## 1.0.9 + +### Patch Changes + +- a603d2c: minor edits to docs, and change to the cli message after generating types + ## 1.0.8 ### Patch Changes diff --git a/package.json b/package.json index 3bc617d..14ddc92 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.8", + "version": "1.0.9", "author": "Ethan Niser", "repository": { "type": "git",