Skip to content

Commit

Permalink
Merge pull request #290 from oasisprotocol/lw/release
Browse files Browse the repository at this point in the history
Prepare release 1.8.2
  • Loading branch information
lukaw3d authored Dec 2, 2022
2 parents ea250fd + dcca3c5 commit 93ae7ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oasis-wallet",
"version": "1.8.1",
"version": "1.8.2",
"private": true,
"scripts": {
"build": "webpack --mode production",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 93ae7ee

Please sign in to comment.