Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noelforte committed Nov 6, 2024
1 parent ab495b2 commit 9f648dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eleventy-plugin-vento

## 4.0.1

### Patch Changes

- - hotfix - include `types` field in package.json to declare bundled types

## 4.0.0

### Major Changes
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-vento",
"version": "4.0.0",
"version": "4.0.1",
"description": "Adds support for the Vento templating language to Eleventy.",
"type": "module",
"engines": {
Expand All @@ -17,6 +17,7 @@
"ci:generate-changesets": "node ./scripts/generate-changesets.js",
"format": "pnpm dlx prettier --config ./package.json --write ."
},
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
Expand Down

0 comments on commit 9f648dd

Please sign in to comment.