Skip to content

Commit

Permalink
Merge pull request #52 from Hugos68/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Hugos68 authored Jul 19, 2024
2 parents f6e01b7 + a145895 commit d543ed0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/rude-tips-doubt.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vite-plugin-pagefind

## 0.2.9

### Patch Changes

- f6e01b7: fix: correctly switch from `PluginOption` to `Plugin` as the return type.

## 0.2.8

### Patch Changes
Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-pagefind",
"description": "A Vite plugin for easily integrating pagefind into Vite based projects.",
"version": "0.2.8",
"version": "0.2.9",
"license": "MIT",
"author": {
"name": "Hugo Korte",
Expand All @@ -12,11 +12,17 @@
"url": "https://github.com/Hugos68/vite-plugin-pagefind"
},
"homepage": "https://github.com/Hugos68/vite-plugin-pagefind#vite-plugin-pagefind",
"keywords": ["vite", "vite-plugin", "pagefind"],
"keywords": [
"vite",
"vite-plugin",
"pagefind"
],
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/plugins/pagefind.js",
"exports": {
".": {
Expand Down

0 comments on commit d543ed0

Please sign in to comment.