diff --git a/.changeset/beige-papayas-drive.md b/.changeset/beige-papayas-drive.md deleted file mode 100644 index b4aa3cb..0000000 --- a/.changeset/beige-papayas-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-pagefind': patch ---- - -Finally fixed running pagefind after build diff --git a/CHANGELOG.md b/CHANGELOG.md index e92cbc8..42b9290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,38 +1,44 @@ # vite-plugin-pagefind +## 0.0.8 + +### Patch Changes + +- bd97d3d: Finally fixed running pagefind after build + ## 0.0.7 ### Patch Changes -- 9bdcc49: Fixed pagefind post build not running after the build process +- 9bdcc49: Fixed pagefind post build not running after the build process ## 0.0.6 ### Patch Changes -- d911925: Fixed hardcoded buildDir -- 324852e: Added quotes around paths for pagefind to prevent invalid paths from occuring +- d911925: Fixed hardcoded buildDir +- 324852e: Added quotes around paths for pagefind to prevent invalid paths from occuring ## 0.0.5 ### Patch Changes -- 04163e9: Added cwd option that defaults to process.cwd, added default to buildDir: build +- 04163e9: Added cwd option that defaults to process.cwd, added default to buildDir: build ## 0.0.4 ### Patch Changes -- 93731cd: Bugfix: Had colorette as devDep causing issues with the plugin +- 93731cd: Bugfix: Had colorette as devDep causing issues with the plugin ## 0.0.3 ### Patch Changes -- 2f8a075: Only packaging dist files now +- 2f8a075: Only packaging dist files now ## 0.0.2 ### Patch Changes -- a969687: Released package +- a969687: Released package diff --git a/package.json b/package.json index c499e19..1d83116 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.7", + "version": "0.0.8", "author": { "name": "Hugo Korte", "email": "hugokorteapple@gmail.com"