v2.4.3
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user