diff --git a/.changeset/large-laws-boil.md b/.changeset/large-laws-boil.md deleted file mode 100644 index 86d42b6..0000000 --- a/.changeset/large-laws-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"next-typesafe-url": patch ---- - -fixed public access? diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a87e57..88cc333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # next-typesafe-url +## 0.0.12 + +### Patch Changes + +- 5742328: fixed public access? + ## 0.0.11 ### Patch Changes diff --git a/package.json b/package.json index d919550..a7179c2 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": "0.0.11", + "version": "0.0.12", "author": "Ethan Niser", "repository": { "type": "git",