From 9656ba2cc5b161b2ba3f037881550c5ff2046546 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Mar 2023 17:38:00 +0000 Subject: [PATCH] Version Packages --- .changeset/eighty-lies-float.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/eighty-lies-float.md diff --git a/.changeset/eighty-lies-float.md b/.changeset/eighty-lies-float.md deleted file mode 100644 index a1e11cf..0000000 --- a/.changeset/eighty-lies-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"next-typesafe-url": patch ---- - -docs: $path example now shows correctly uri encoded url diff --git a/CHANGELOG.md b/CHANGELOG.md index b77b54d..b257ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # next-typesafe-url +## 1.0.12 + +### Patch Changes + +- 4cf1145: docs: $path example now shows correctly uri encoded url + ## 1.0.11 ### Patch Changes diff --git a/package.json b/package.json index 707f962..ea8e8c4 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.11", + "version": "1.0.12", "author": "Ethan Niser", "repository": { "type": "git",