This commit is contained in:
Son NK
2020-09-03 19:48:38 +02:00
parent c5fbce9a14
commit 8a4dff57f9
3 changed files with 11 additions and 2 deletions
+5
View File
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.2.0] - 2020-09-03
- Fix Firefox overflow menu
- Better onboarding process
- Do not require tabs permission.
## [2.1.0] - 2020-08-21
- Improve error alert
+5 -1
View File
@@ -39,7 +39,11 @@ To run the extension locally, please follow these steps:
- run `npm run watch:dev` to generate the `/dist` folder that can be installed into Chrome.
On Firefox, it can be done via `web-ext` tool from within the `/dist` folder: ` ( cd dist/ ; web-ext run )`
On Firefox, it can be done via `web-ext` tool from within the `/dist` folder:
```bash
( cd dist/ ; web-ext run )
```
The code is formatted using `prettier`, make sure to run it before creating the commit :).
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "simplelogin-extension",
"version": "2.1.0",
"version": "2.2.0",
"betaRev": "0",
"description": "SimpleLogin Browser Extension",
"author": "extension@simplelogin.io",