Skip to content

Commit 340d640

Browse files
committed
chore: release v0.3.1
1 parent c00ceba commit 340d640

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

jsr.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unplugin/replace",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"exports": {
55
"./index": "./src/index.ts",
66
"./esbuild": "./src/esbuild.ts",
@@ -9,6 +9,10 @@
99
"./webpack": "./src/webpack.ts"
1010
},
1111
"publish": {
12-
"include": ["src", "LICENSE", "README.md"]
12+
"include": [
13+
"src",
14+
"LICENSE",
15+
"README.md"
16+
]
1317
}
1418
}

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.3.0",
3+
"version": "0.3.1",
44
"packageManager": "[email protected]",
55
"description": "A universal bundler plugin which replaces targeted strings in files.",
66
"type": "module",

0 commit comments

Comments
 (0)