Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 6, 2024
1 parent 7ba9d57 commit 7ebc8e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unplugin/inline-enum",
"version": "0.1.0",
"version": "0.2.0",
"exports": {
"./index": "./src/index.ts",
"./api": "./src/api.ts",
Expand All @@ -9,5 +9,10 @@
"./vite": "./src/vite.ts",
"./webpack": "./src/webpack.ts"
},
"exclude": ["tests", "pnpm-lock.yaml", "tsup.config.ts", "eslint.config.js"]
"exclude": [

Check warning on line 12 in jsr.json

View workflow job for this annotation

GitHub Actions / lint

Replace `⏎····"tests",⏎····"pnpm-lock.yaml",⏎····"tsup.config.ts",⏎····"eslint.config.js"⏎··` with `"tests",·"pnpm-lock.yaml",·"tsup.config.ts",·"eslint.config.js"`
"tests",
"pnpm-lock.yaml",
"tsup.config.ts",
"eslint.config.js"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-inline-enum",
"version": "0.1.0",
"version": "0.2.0",
"packageManager": "[email protected]",
"description": "Inline enum values to optimize bundle size.",
"keywords": [
Expand Down

0 comments on commit 7ebc8e0

Please sign in to comment.