From 649c86a4d2b477f18c68d5264be9f1fc7f296d50 Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Tue, 3 Aug 2021 16:41:57 +0200 Subject: [PATCH] v2.4.3 --- CHANGELOG | 5 +++++ README.md | 11 ++++++++--- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 38c009f..3242a9d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README.md b/README.md index 7fc97f6..f52c92b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 6453e83..542d154 100644 --- a/package.json +++ b/package.json @@ -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",