Skip to content

Commit

Permalink
Merge pull request #318 from oasisprotocol/lw/release
Browse files Browse the repository at this point in the history
Prepare release 1.12.0
  • Loading branch information
lukaw3d authored Oct 3, 2023
2 parents 747b0ae + 818989b commit f5167cc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.12.0

Spotlight change:

- Warn about not storing mnemonic in a future version
([#316](https://github.com/oasisprotocol/oasis-wallet-ext/pull/316)).

Bug fixes:

- Fixed opening initial popup in recent Chrome versions
([#317](https://github.com/oasisprotocol/oasis-wallet-ext/pull/317)).

## 1.11.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": "@oasisprotocol/oasis-wallet",
"version": "1.11.0",
"version": "1.12.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.11.0",
"version": "1.12.0",
"default_locale": "en",
"icons": {
"16": "img/oasis.png",
Expand Down

0 comments on commit f5167cc

Please sign in to comment.