Skip to content

Commit

Permalink
Merge pull request #306 from oasisprotocol/tjanez/release-1.10.0
Browse files Browse the repository at this point in the history
Prepare release 1.10.0
  • Loading branch information
tjanez authored Mar 17, 2023
2 parents e74a82c + 96b34b4 commit 4985b13
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## 1.10.0

Spotlight change:

- Fix crash when connecting Ledger hardware wallet in Chrome 110+.
It is no longer possible to ask for WebUSB permissions from the
extension's popup window. As an alternative, open the extension in a
tab when the WebUSB permissions are missing
([#301](https://github.com/oasisprotocol/oasis-wallet-ext/pull/301)).

Little things:

- Refactor CSS to allow UI to resize
([#303](https://github.com/oasisprotocol/oasis-wallet-ext/pull/303)).

Internal:

- Add work-around to ensure building works with Node.js 16+
([#305](https://github.com/oasisprotocol/oasis-wallet-ext/pull/305)).

## 1.9.0

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.9.0",
"version": "1.10.0",
"private": true,
"scripts": {
"build": "env NODE_OPTIONS=--openssl-legacy-provider 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.9.0",
"version": "1.10.0",
"default_locale": "en",
"icons": {
"16": "img/oasis.png",
Expand Down

0 comments on commit 4985b13

Please sign in to comment.