Skip to content

Commit

Permalink
Merge pull request #47 from Hugos68/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Hugos68 authored May 25, 2024
2 parents 25f5487 + 04dba09 commit b17737c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-yaks-turn.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.8

### Patch Changes

- 25f5487: Removed index.js, much clearer

## 0.2.7

### 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.7",
"version": "0.2.8",
"license": "MIT",
"author": {
"name": "Hugo Korte",
Expand All @@ -11,11 +11,17 @@
"type": "git",
"url": "https://github.com/Hugos68/vite-plugin-pagefind"
},
"keywords": ["vite", "vite-plugin", "pagefind"],
"keywords": [
"vite",
"vite-plugin",
"pagefind"
],
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/plugins/pagefind.d.ts",
Expand Down

0 comments on commit b17737c

Please sign in to comment.