Skip to content

Commit 7ebc8e0

Browse files
committed
chore: release v0.2.0
1 parent 7ba9d57 commit 7ebc8e0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

jsr.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unplugin/inline-enum",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"exports": {
55
"./index": "./src/index.ts",
66
"./api": "./src/api.ts",
@@ -9,5 +9,10 @@
99
"./vite": "./src/vite.ts",
1010
"./webpack": "./src/webpack.ts"
1111
},
12-
"exclude": ["tests", "pnpm-lock.yaml", "tsup.config.ts", "eslint.config.js"]
12+
"exclude": [
13+
"tests",
14+
"pnpm-lock.yaml",
15+
"tsup.config.ts",
16+
"eslint.config.js"
17+
]
1318
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-inline-enum",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"packageManager": "[email protected]",
55
"description": "Inline enum values to optimize bundle size.",
66
"keywords": [

0 commit comments

Comments
 (0)