Skip to content

Commit

Permalink
chore: release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Apr 17, 2024
1 parent 12f4c33 commit a6c160d
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/macros",
"version": "0.11.0",
"version": "0.12.0",
"exports": {
"./index": "./src/index.ts",
"./api": "./src/api.ts",
Expand All @@ -10,6 +10,11 @@
"./webpack": "./src/webpack.ts"
},
"publish": {
"include": ["src", "package.json", "README.md", "LICENSE"]
"include": [

Check warning on line 13 in jsr.json

View workflow job for this annotation

GitHub Actions / lint

Replace `⏎······"src",⏎······"package.json",⏎······"README.md",⏎······"LICENSE"⏎····` with `"src",·"package.json",·"README.md",·"LICENSE"`
"src",
"package.json",
"README.md",
"LICENSE"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-macros",
"version": "0.11.0",
"version": "0.12.0",
"packageManager": "pnpm@9.0.1",
"description": "Macros for bundlers.",
"type": "module",
Expand Down

0 comments on commit a6c160d

Please sign in to comment.