diff --git a/.changeset/hungry-wolves-act.md b/.changeset/hungry-wolves-act.md deleted file mode 100644 index 536eaef..0000000 --- a/.changeset/hungry-wolves-act.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@wbe/low-router": patch ---- - -export compilePath - -Add missing `compilePath` export in `index.ts` diff --git a/packages/low-router/CHANGELOG.md b/packages/low-router/CHANGELOG.md index 3da5550..40bec41 100644 --- a/packages/low-router/CHANGELOG.md +++ b/packages/low-router/CHANGELOG.md @@ -1,5 +1,13 @@ # @wbe/low-router +## 0.8.1 + +### Patch Changes + +- 2abc0f7: export compilePath + + Add missing `compilePath` export in `index.ts` + ## 0.8.0 ### Minor Changes diff --git a/packages/low-router/package.json b/packages/low-router/package.json index d04404d..f7a8dbd 100644 --- a/packages/low-router/package.json +++ b/packages/low-router/package.json @@ -2,7 +2,7 @@ "name": "@wbe/low-router", "author": "Willy Brauner", "license": "MIT", - "version": "0.8.0", + "version": "0.8.1", "type": "module", "files": [ "dist"