diff --git a/.changeset/moody-actors-vanish.md b/.changeset/moody-actors-vanish.md deleted file mode 100644 index e5a11f7..0000000 --- a/.changeset/moody-actors-vanish.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@sect/use-placeholder-path': minor ---- - -. - -- feat: add support for Top-Level path in 'Optional Catch-all Segments' diff --git a/CHANGELOG.md b/CHANGELOG.md index 581e231..d1ae0bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @sect/use-placeholder-path +## 1.3.0 + +### Minor Changes + +- [#20](https://github.com/sectsect/use-placeholder-path/pull/20) [`cb76a59`](https://github.com/sectsect/use-placeholder-path/commit/cb76a596b6791e78981b23164ca2f76d13cfd1ca) Thanks [@sectsect](https://github.com/sectsect)! - . + + - feat: add support for Top-Level path in 'Optional Catch-all Segments' + ## 1.2.1 ### Patch Changes diff --git a/package.json b/package.json index 648b398..dd2c71d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sect/use-placeholder-path", - "version": "1.2.1", + "version": "1.3.0", "description": "A custom React hook to retrieve placeholder path in Next.js App Router.", "type": "module", "main": "dist/index.js",