From 4f3079f3b2d1209494cb5f2ed96a60e40210ffff Mon Sep 17 00:00:00 2001 From: Michal Zielenkiewicz Date: Tue, 16 Apr 2024 17:19:00 +0200 Subject: [PATCH] Prepare release 1.15.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa0628..5d6a592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.15.0 + +Spotlight change: + +- Further refinement of Oasis branding + ([#339](https://github.com/oasisprotocol/oasis-wallet-ext/pull/339)). + ## 1.14.0 Spotlight change: diff --git a/package.json b/package.json index 946e291..908d4fd 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/manifest.json b/public/manifest.json index 5acf3fe..c141c29 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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",