From e3a680b18701092a13fec462c0ba653490bf911a Mon Sep 17 00:00:00 2001 From: nugaon <50576770+nugaon@users.noreply.github.com> Date: Fri, 26 May 2023 16:51:13 +0200 Subject: [PATCH] chore(master): release blossom-ext 0.4.0 (#149) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e5280..e6ab8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/fairDataSociety/blossom/compare/blossom-ext-v0.3.1...blossom-ext-v0.4.0) (2023-05-26) + + +### Features + +* update manifest.json verison ([#148](https://github.com/fairDataSociety/blossom/issues/148)) ([04b5171](https://github.com/fairDataSociety/blossom/commit/04b5171db9fce5178ae6155e0438c24cf060f3b6)) + ## [0.3.0](https://github.com/fairDataSociety/blossom/compare/blossom-ext-v0.2.3...blossom-ext-v0.3.0) (2023-04-25) diff --git a/package-lock.json b/package-lock.json index f6fd438..4ee21a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "blossom", - "version": "0.3.1", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "blossom", - "version": "0.3.1", + "version": "0.4.0", "license": "ISC", "dependencies": { "@emotion/react": "^11.8.2", diff --git a/package.json b/package.json index ab7c19e..0a1cdb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blossom", - "version": "0.3.1", + "version": "0.4.0", "description": "Blossom Fairdata Protocol browser extension", "main": "index.js", "homepage": "https://github.com/fairDataSociety/blossom",