From df67e402a77e97f89d796a15cf811472eace1505 Mon Sep 17 00:00:00 2001 From: Thomas Rupprecht Date: Wed, 24 May 2023 21:43:27 +0200 Subject: [PATCH] doc(changelog): update changelog with new version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },