diff --git a/.changeset/spicy-berries-film.md b/.changeset/spicy-berries-film.md deleted file mode 100644 index a9498f2..0000000 --- a/.changeset/spicy-berries-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"next-typesafe-url": patch ---- - -docs: clarify cli breakpoint and how to fix diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b488c..6e05cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # next-typesafe-url +## 1.0.6 + +### Patch Changes + +- 65f090b: docs: clarify cli breakpoint and how to fix + ## 1.0.5 ### Patch Changes diff --git a/package.json b/package.json index bf82c06..01d1f81 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.5", + "version": "1.0.6", "author": "Ethan Niser", "repository": { "type": "git",