diff --git a/.changeset/red-dragons-thank.md b/.changeset/red-dragons-thank.md deleted file mode 100644 index df3d048..0000000 --- a/.changeset/red-dragons-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vite-plugin-pagefind": patch ---- - -Forced buildDir to be present diff --git a/.changeset/unlucky-ligers-notice.md b/.changeset/unlucky-ligers-notice.md deleted file mode 100644 index 5a1eb85..0000000 --- a/.changeset/unlucky-ligers-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vite-plugin-pagefind": patch ---- - -Fixed buildDir being optional type diff --git a/CHANGELOG.md b/CHANGELOG.md index 908e344..294c395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # vite-plugin-pagefind +## 0.0.10 + +### Patch Changes + +- cf9d8a7: Forced buildDir to be present +- 9f91f77: Fixed buildDir being optional type + ## 0.0.9 ### Patch Changes diff --git a/package.json b/package.json index d4e392c..173133a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-plugin-pagefind", "description": "A Vite plugin for easily integrating pagefind into vite projects", - "version": "0.0.9", + "version": "0.0.10", "author": { "name": "Hugo Korte", "email": "hugokorteapple@gmail.com"