Skip to content

Commit 5dc96d9

Browse files
authored
chore: releases v1.1.1 (#142)
1 parent 46e41c0 commit 5dc96d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@element-plus/nuxt",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Element Plus module for Nuxt",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
88
".": {
9+
"types": "./dist/types.d.ts",
910
"import": "./dist/module.mjs",
1011
"require": "./dist/module.cjs"
1112
}

0 commit comments

Comments
 (0)