From eb78d62991c92f8a5e398c93c53841ac9b07059f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:32:40 +0100 Subject: [PATCH] chore(master): release blossom-lib 0.2.2 (#116) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- library/CHANGELOG.md | 7 +++++++ library/package-lock.json | 4 ++-- library/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/library/CHANGELOG.md b/library/CHANGELOG.md index decf06d..540b68a 100644 --- a/library/CHANGELOG.md +++ b/library/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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)) + ## [0.2.1](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.2.0...blossom-lib-v0.2.1) (2023-02-23) diff --git a/library/package-lock.json b/library/package-lock.json index 91b8043..0b25a19 100644 --- a/library/package-lock.json +++ b/library/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/blossom", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/blossom", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "dependencies": { "@fairdatasociety/fdp-storage": "^0.7.0" diff --git a/library/package.json b/library/package.json index 03c5643..0dab6b3 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,6 @@ { "name": "@fairdatasociety/blossom", - "version": "0.2.1", + "version": "0.2.2", "description": "JavaScript library for interaction with the Blossom browser extension", "main": "build/index.js", "scripts": {