Skip to content

Commit a2b66ae

Browse files
build(package): downgrade standard-version@5
Because standard-version >=6 no longer bumps package with 0.x.x version correctly.
1 parent cb9796e commit a2b66ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"rollup": "^2.12.1",
7070
"rollup-plugin-uglify": "^6.0.4",
7171
"sinon": "^9.0.2",
72-
"standard-version": "^6",
72+
"standard-version": "^5",
7373
"typescript": "^3.9.3",
7474
"webpack": "^4.41.2",
7575
"webpack-cli": "^3.3.10"

0 commit comments

Comments
 (0)