bump version to 0.9.1
This is a merge request for the release of v0.9.1 of the snowflake WebExtension.
It will fix the MV3 version's issue of unable to start automatically with browser: #104 (closed)
Commands used to generate this merge request:
docker run -it --tty -v $(pwd):/opt/data node bash
apt update && apt install -y zip
npm install
git config --global user.name "Shelikhoo"
git config --global user.email "shelikhoo@torproject.org"
git config --global --add safe.directory /opt/data/snowflake-webext
git submodule init
git submodule update --remote
git submodule update
npm run pack-webext 0.9.1