From cf2ebd49363812a2c2accf11fed1ed04ed096552 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Thu, 16 Jul 2020 20:28:33 +0200 Subject: [PATCH] v1.10.0 --- CHANGELOG | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7f05ede..e05d8e5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.10.0] - 2020-07-16 +- Able to add and edit alias note +- Lots of UI touches 🎨 + ## [1.9.1] - 2020-07-12 - Take into account the case alias creation time is expired diff --git a/package.json b/package.json index ff6c154..95e8fcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplelogin-extension", - "version": "1.9.1", + "version": "1.10.0", "description": "SimpleLogin Browser Extension", "author": "son@simplelogin.io", "license": "MIT",