diff --git a/library/CHANGELOG.md b/library/CHANGELOG.md index 540b68a..66e6920 100644 --- a/library/CHANGELOG.md +++ b/library/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.2.2...blossom-lib-v0.2.3) (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..46356ab 100644 --- a/library/package-lock.json +++ b/library/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/blossom", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/blossom", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "dependencies": { "@fairdatasociety/fdp-storage": "^0.7.0"