doc(changelog): update changelog with new version

This commit is contained in:
Thomas Rupprecht 2023-05-24 21:43:27 +02:00
parent d2d9aa70ca
commit df67e402a7
1 changed files with 1 additions and 1 deletions

View File

@ -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"
},