diff --git a/package.json b/package.json index c602b1d..2554327 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "postbuild:chromium": "npm run postbuild && npm run uninject-browser-polyfill", "postinstall": "npm run copy-browser-polyfill", "preversion": "npm run lint && npm test && npm run update-changelog", - "version": "npm run copy-version && git add -u", + "version": "npm run copy-version && npm run update-changelog && git add -u", "postversion": "npm run build:firefox", "prepare": "husky install" },