From 6c1ea75e5b870c935a4bf9ae6afb4189b176fffc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 27 Jan 2024 21:14:11 +0000 Subject: [PATCH] Version Packages --- .changeset/wise-forks-tap.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wise-forks-tap.md diff --git a/.changeset/wise-forks-tap.md b/.changeset/wise-forks-tap.md deleted file mode 100644 index d95336c..0000000 --- a/.changeset/wise-forks-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vite-plugin-pagefind": patch ---- - -Bugfix: Had colorette as devDep causing issues with the plugin diff --git a/CHANGELOG.md b/CHANGELOG.md index e1fb4de..39ee985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vite-plugin-pagefind +## 0.0.4 + +### Patch Changes + +- 93731cd: Bugfix: Had colorette as devDep causing issues with the plugin + ## 0.0.3 ### Patch Changes diff --git a/package.json b/package.json index a31ce3c..6249591 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.3", + "version": "0.0.4", "author": { "name": "Hugo Korte", "email": "hugokorteapple@gmail.com"