From a4f3e3087dee02b45916b0b70c48347cd7c3e366 Mon Sep 17 00:00:00 2001 From: tomicvladan Date: Fri, 1 Sep 2023 12:25:20 +0200 Subject: [PATCH] chore: release library 0.5.0 (#172) --- library/CHANGELOG.md | 19 +++++++++++++------ library/package-lock.json | 4 ++-- library/package.json | 2 +- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/library/CHANGELOG.md b/library/CHANGELOG.md index ad354d3..60c630d 100644 --- a/library/CHANGELOG.md +++ b/library/CHANGELOG.md @@ -1,25 +1,32 @@ # Changelog -## [0.3.0](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.2.2...blossom-lib-v0.3.0) (2023-04-25) +## [0.5.0](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.3.0...blossom-lib-v0.5.0) (2023-09-31) + +### Features +- add option to retrieve user's address + +## [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)) +- 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) - ### Bug Fixes -* buffer serialization ([#114](https://github.com/fairDataSociety/blossom/issues/114)) ([1616fd1](https://github.com/fairDataSociety/blossom/commit/1616fd1a06ed8fdb2bd44f4eabd8d8357fe437d7)) +- buffer serialization ([#114](https://github.com/fairDataSociety/blossom/issues/114)) + ([1616fd1](https://github.com/fairDataSociety/blossom/commit/1616fd1a06ed8fdb2bd44f4eabd8d8357fe437d7)) ## [0.2.1](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.2.0...blossom-lib-v0.2.1) (2023-02-23) - ### Bug Fixes -* compatibility with new fdp-storage ([#111](https://github.com/fairDataSociety/blossom/issues/111)) ([055581d](https://github.com/fairDataSociety/blossom/commit/055581dff51ba8b5a15bc758b73faa23c6f3efa5)) +- compatibility with new fdp-storage ([#111](https://github.com/fairDataSociety/blossom/issues/111)) + ([055581d](https://github.com/fairDataSociety/blossom/commit/055581dff51ba8b5a15bc758b73faa23c6f3efa5)) ## [0.2.0](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.1.0...blossom-lib-v0.2.0) (2023-01-16) diff --git a/library/package-lock.json b/library/package-lock.json index 622146f..e5b3d8a 100644 --- a/library/package-lock.json +++ b/library/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/blossom", - "version": "0.3.0", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/blossom", - "version": "0.3.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "@fairdatasociety/fdp-storage": "^0.11.0" diff --git a/library/package.json b/library/package.json index 2a9944e..189f3b2 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,6 @@ { "name": "@fairdatasociety/blossom", - "version": "0.3.0", + "version": "0.5.0", "description": "JavaScript library for interaction with the Blossom browser extension", "main": "build/index.js", "scripts": {