Skip to content

Commit 39b6a3d

Browse files
committed
chore: release v0.0.2
1 parent 3971b12 commit 39b6a3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-i18n",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"packageManager": "pnpm@8.6.9",
55
"homepage": "https://github.com/valaxyjs/css-i18n",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"build:css": "sass src/styles/index.scss dist/index.css",
2525
"lint": "eslint .",
2626
"prepublishOnly": "npm run build",
27-
"release": "",
27+
"release": "bumpp --commit --push --tag",
2828
"typecheck": "tsc --noEmit"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)