From f8aaf1d376e91a64389b1d234b78e0e61dc9eb83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 6 Feb 2024 17:08:16 +0000 Subject: [PATCH] Version Packages --- .changeset/witty-cobras-deliver.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/witty-cobras-deliver.md diff --git a/.changeset/witty-cobras-deliver.md b/.changeset/witty-cobras-deliver.md deleted file mode 100644 index 8547d43..0000000 --- a/.changeset/witty-cobras-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vite-plugin-pagefind": patch ---- - -Add quotes to path so it still works when there are spaces in the path diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e48e8..76e755e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vite-plugin-pagefind +## 0.0.30 + +### Patch Changes + +- 3bd4c12: Add quotes to path so it still works when there are spaces in the path + ## 0.0.29 ### Patch Changes diff --git a/package.json b/package.json index e067c31..854d292 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 based projects.", - "version": "0.0.29", + "version": "0.0.30", "author": { "name": "Hugo Korte", "email": "hugokorteapple@gmail.com"