diff --git a/.changeset/lucky-shirts-fly.md b/.changeset/lucky-shirts-fly.md deleted file mode 100644 index e1e37fc..0000000 --- a/.changeset/lucky-shirts-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vfshera/fastify-dir-routes": minor ---- - -added api features diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..42caf14 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @vfshera/fastify-dir-routes + +## 0.1.0 + +### Minor Changes + +- 04cf463: added api features diff --git a/package.json b/package.json index 0ae3030..367aedd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vfshera/fastify-dir-routes", - "version": "0.0.1", + "version": "0.1.0", "description": "A Fastify plugin that enables file system-based routing, utilizing directories to specify URL segments matched by the router.", "publishConfig": { "access": "public"