Skip to content

Commit 8b3c76e

Browse files
committed
chore: release v0.2.0
1 parent 69840de commit 8b3c76e

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,12 +1,17 @@
11
{
22
"name": "@unplugin/replace",
3-
"version": "0.0.0",
3+
"version": "0.2.0",
44
"exports": {
55
"./index": "./src/index.ts",
66
"./esbuild": "./src/esbuild.ts",
77
"./rollup": "./src/rollup.ts",
88
"./vite": "./src/vite.ts",
99
"./webpack": "./src/webpack.ts"
1010
},
11-
"exclude": ["tests", "pnpm-lock.yaml", "tsup.config.ts", "eslint.config.js"]
11+
"exclude": [
12+
"tests",
13+
"pnpm-lock.yaml",
14+
"tsup.config.ts",
15+
"eslint.config.js"
16+
]
1217
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-replace",
3-
"version": "0.0.0",
3+
"version": "0.2.0",
44
"packageManager": "[email protected]",
55
"description": "A universal bundler plugin which replaces targeted strings in files.",
66
"keywords": [

0 commit comments

Comments
 (0)