Skip to content

Commit

Permalink
Prepare release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Apr 16, 2024
1 parent 5b8f1c2 commit 7e64dde
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.15.0

Spotlight change:

- Further refinement of Oasis branding
([#339](https://github.com/oasisprotocol/oasis-wallet-ext/pull/339)).

Internal:

- Add encrypted data type
([#324](https://github.com/oasisprotocol/oasis-wallet-ext/pull/324)).

## 1.14.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/rose-wallet-ext",
"version": "1.14.0",
"version": "1.15.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.14.0",
"version": "1.15.0",
"default_locale": "en",
"icons": {
"16": "img/oasis.png",
Expand Down

0 comments on commit 7e64dde

Please sign in to comment.