From 93430e04965b359ce59d6b975ab3783739fe366e Mon Sep 17 00:00:00 2001 From: Cris Mihalache Date: Fri, 22 Dec 2023 22:55:23 +0100 Subject: [PATCH] fix: add unstaged changes when executing standard-version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",