diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5ef907..422d4850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/fairDataSociety/fdp-storage/compare/v0.2.1...v0.3.0) (2022-08-02) + + +### Features + +* react native support added ([#101](https://github.com/fairDataSociety/fdp-storage/issues/101)) ([789c5c6](https://github.com/fairDataSociety/fdp-storage/commit/789c5c602367017ab317d7262fcc5e6d69fa0f5d)) + ## [0.2.1](https://github.com/fairDataSociety/fdp-storage/compare/v0.2.0...v0.2.1) (2022-07-15) diff --git a/package-lock.json b/package-lock.json index 956ed77e..b49d1887 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/fdp-storage", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/fdp-storage", - "version": "0.2.1", + "version": "0.3.0", "license": "BSD-3-Clause", "dependencies": { "@ethersphere/bee-js": "^3.1.0", diff --git a/package.json b/package.json index d8c5389e..efc46e1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fairdatasociety/fdp-storage", - "version": "0.2.1", + "version": "0.3.0", "description": "Typescript implementation of FairOS-dfs", "keywords": [ "fairdata",