diff --git a/package.json b/package.json index d148cdf..7ae84ea 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "build": "NODE_PATH=./src tsc -p tsconfig.json", "lint": "eslint -f unix \"src/**/*.{ts,tsx}\"", "update-deps": "updates -u -g -c", - "update-version": "standard-version", + "update-version": "standard-version -a", "prepare": "husky install", "prepublish": "npm run build", "prepare": "npm run lint && npm run test && npm run build && npm run docs",