diff --git a/library/CHANGELOG.md b/library/CHANGELOG.md index 540b68a..ad354d3 100644 --- a/library/CHANGELOG.md +++ b/library/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.2.2...blossom-lib-v0.3.0) (2023-04-25) + + +### Bug Fixes + +* 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.2](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.2.1...blossom-lib-v0.2.2) (2023-03-01) diff --git a/library/package-lock.json b/library/package-lock.json index 0b25a19..9ce7672 100644 --- a/library/package-lock.json +++ b/library/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/blossom", - "version": "0.2.2", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/blossom", - "version": "0.2.2", + "version": "0.3.0", "license": "MIT", "dependencies": { "@fairdatasociety/fdp-storage": "^0.7.0" diff --git a/library/package.json b/library/package.json index bb1ddcc..200fa19 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,6 @@ { "name": "@fairdatasociety/blossom", - "version": "0.2.3", + "version": "0.3.0", "description": "JavaScript library for interaction with the Blossom browser extension", "main": "build/index.js", "scripts": {