Skip to content

Commit d543ed0

Browse files
authored
Merge pull request #52 from Hugos68/changeset-release/main
Version Packages
2 parents f6e01b7 + a145895 commit d543ed0

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.changeset/rude-tips-doubt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vite-plugin-pagefind
22

3+
## 0.2.9
4+
5+
### Patch Changes
6+
7+
- f6e01b7: fix: correctly switch from `PluginOption` to `Plugin` as the return type.
8+
39
## 0.2.8
410

511
### Patch Changes

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-pagefind",
33
"description": "A Vite plugin for easily integrating pagefind into Vite based projects.",
4-
"version": "0.2.8",
4+
"version": "0.2.9",
55
"license": "MIT",
66
"author": {
77
"name": "Hugo Korte",
@@ -12,11 +12,17 @@
1212
"url": "https://github.com/Hugos68/vite-plugin-pagefind"
1313
},
1414
"homepage": "https://github.com/Hugos68/vite-plugin-pagefind#vite-plugin-pagefind",
15-
"keywords": ["vite", "vite-plugin", "pagefind"],
15+
"keywords": [
16+
"vite",
17+
"vite-plugin",
18+
"pagefind"
19+
],
1620
"publishConfig": {
1721
"access": "public"
1822
},
19-
"files": ["dist"],
23+
"files": [
24+
"dist"
25+
],
2026
"main": "./dist/plugins/pagefind.js",
2127
"exports": {
2228
".": {

0 commit comments

Comments
 (0)