From dcca3c5ce2c9fa9bbf371e6dc75462faee6d380a Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Fri, 2 Dec 2022 18:58:58 +0100 Subject: [PATCH] Prepare release 1.8.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dadde8..0535600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.8.2 + +Spotlight change: + +- Prevent browsers from sending sensitive form inputs to spell-checking API + ([#289](https://github.com/oasisprotocol/oasis-wallet-ext/pull/289)). + ## 1.8.1 Spotlight change: diff --git a/package.json b/package.json index 7341173..acf3b00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oasis-wallet", - "version": "1.8.1", + "version": "1.8.2", "private": true, "scripts": { "build": "webpack --mode production", diff --git a/public/manifest.json b/public/manifest.json index 6f18d23..56f010e 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "manifest_version": 2, - "version": "1.8.1", + "version": "1.8.2", "default_locale": "en", "icons": { "16": "img/oasis.png",