diff --git a/CHANGELOG.md b/CHANGELOG.md index 187afe8..e3e5280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.0](https://github.com/fairDataSociety/blossom/compare/blossom-ext-v0.2.3...blossom-ext-v0.3.0) (2023-04-25) + + +### Features + +* add whitelisted dapps ([#129](https://github.com/fairDataSociety/blossom/issues/129)) ([1b7a878](https://github.com/fairDataSociety/blossom/commit/1b7a8785f9042035ea1204074a05c23eb0c4afc9)) + + +### Bug Fixes + +* migration ([#126](https://github.com/fairDataSociety/blossom/issues/126)) ([3232c2e](https://github.com/fairDataSociety/blossom/commit/3232c2edd62b3c6f8063a3fcc34459d9de050e6c)) +* serialization [#130](https://github.com/fairDataSociety/blossom/issues/130) ([#131](https://github.com/fairDataSociety/blossom/issues/131)) ([12dfca3](https://github.com/fairDataSociety/blossom/commit/12dfca3b8176f3ba3bacfe28a4bd61fb22715550)) + ## [0.2.3](https://github.com/fairDataSociety/blossom/compare/blossom-ext-v0.2.2...blossom-ext-v0.2.3) (2023-03-20) diff --git a/package-lock.json b/package-lock.json index 76ae2bc..780c098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "blossom", - "version": "0.2.3", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "blossom", - "version": "0.2.3", + "version": "0.3.0", "license": "ISC", "dependencies": { "@emotion/react": "^11.8.2", diff --git a/package.json b/package.json index 71cbddd..f7bd273 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blossom", - "version": "0.2.3", + "version": "0.3.0", "description": "Blossom Fairdata Protocol browser extension", "main": "index.js", "homepage": "https://github.com/fairDataSociety/blossom",