We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3971b12 commit 39b6a3dCopy full SHA for 39b6a3d
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "css-i18n",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"packageManager": "pnpm@8.6.9",
5
"homepage": "https://github.com/valaxyjs/css-i18n",
6
"repository": {
@@ -24,7 +24,7 @@
24
"build:css": "sass src/styles/index.scss dist/index.css",
25
"lint": "eslint .",
26
"prepublishOnly": "npm run build",
27
- "release": "",
+ "release": "bumpp --commit --push --tag",
28
"typecheck": "tsc --noEmit"
29
},
30
"devDependencies": {
0 commit comments