Skip to content

Commit

Permalink
Merge pull request #321 from oasisprotocol/lw/release
Browse files Browse the repository at this point in the history
Prepare release 1.13.0
  • Loading branch information
lukaw3d authored Oct 16, 2023
2 parents 5f192c6 + 3f118ab commit 90b0330
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.13.0

Spotlight change:

- Fix ParaTime deposits to Sapphire (and future Emerald) by increasing gas fee
([#318](https://github.com/oasisprotocol/oasis-wallet-ext/pull/318)).

## 1.12.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.12.0",
"version": "1.13.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.12.0",
"version": "1.13.0",
"default_locale": "en",
"icons": {
"16": "img/oasis.png",
Expand Down

0 comments on commit 90b0330

Please sign in to comment.