Skip to content

Commit

Permalink
Merge pull request #337 from oasisprotocol/release
Browse files Browse the repository at this point in the history
Prepare release 1.14.0
  • Loading branch information
buberdds authored Apr 10, 2024
2 parents a75d060 + 3d77140 commit b09b72c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 1.14.0

Spotlight change:

- New Oasis branding
([#335](https://github.com/oasisprotocol/oasis-wallet-ext/pull/335),
[#332](https://github.com/oasisprotocol/oasis-wallet-ext/pull/332)).

- Display tickers next to amounts
([#333](https://github.com/oasisprotocol/oasis-wallet-ext/pull/333)).

Internal:

- Ignore specific line length rules for Dependabot commits in gitlint
([#325](https://github.com/oasisprotocol/oasis-wallet-ext/pull/325)).

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

0 comments on commit b09b72c

Please sign in to comment.