We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475f1f7 commit 15e542dCopy full SHA for 15e542d
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rspack/plugin-react-refresh",
3
- "version": "1.5.0",
+ "version": "1.5.1",
4
"repository": "https://github.com/rspack-contrib/rspack-plugin-react-refresh",
5
"license": "MIT",
6
"description": "React refresh plugin for Rspack",
@@ -25,7 +25,7 @@
25
"prepare": "simple-git-hooks && npm run build",
26
"test": "jest --colors",
27
"release": "node ./scripts/release.mjs",
28
- "bump": "npx bumpp"
+ "bump": "npx bumpp --no-push --no-tag --no-commit"
29
},
30
"files": ["client", "dist", "exports"],
31
"simple-git-hooks": {
0 commit comments