This commit is contained in:
Son Nguyen Kim
2021-08-03 16:41:57 +02:00
parent 501f1004c8
commit 649c86a4d2
3 changed files with 14 additions and 4 deletions
+5
View File
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.4.3] - 2021-08-03
- Support dot sign (.) in alias prefix
- Update some wordings, improve UI
## [2.4.2] - 2020-09-26
- Fix onboarding screen showing up on browser restart
+8 -3
View File
@@ -51,16 +51,21 @@ The code is formatted using `prettier`, make sure to run it before creating the
npm run prettier:write
```
## To build the project
Build the production version and zip it via
## Release
- Increment the version in `package.json`
- Update CHANGELOG with the changes
- Build the production version and zip it via
```bash
npm run build && npm run build-zip
```
Build beta version: change `betaRev` in `package.json`, then generate zip file using
- (Optional, only useful for beta build) Build beta version: change `betaRev` in `package.json`, then generate zip file using
```bash
npm run build:beta && npm run build-zip
```
- Upload to Chrome, Firefox, Edge stores.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "simplelogin-extension",
"version": "2.4.2",
"version": "2.4.3",
"betaRev": "0",
"description": "SimpleLogin Browser Extension",
"author": "extension@simplelogin.io",