diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b3174b..8751c022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://www.github.com/fairDataSociety/fdp-storage/compare/v0.1.2...v0.2.0) (2022-06-17) + + +### Features + +* implemented delete file and delete directory features ([#47](https://www.github.com/fairDataSociety/fdp-storage/issues/47)) ([257d651](https://www.github.com/fairDataSociety/fdp-storage/commit/257d651523991b988c423470e48e2a89dad68143)) + ### [0.1.2](https://www.github.com/fairDataSociety/fdp-storage/compare/v0.1.1...v0.1.2) (2022-06-07) diff --git a/package-lock.json b/package-lock.json index 3f02d11a..acb82318 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/fdp-storage", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/fdp-storage", - "version": "0.1.2", + "version": "0.2.0", "license": "BSD-3-Clause", "dependencies": { "@ethersphere/bee-js": "^3.1.0", diff --git a/package.json b/package.json index 001893b5..e29a7b59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fairdatasociety/fdp-storage", - "version": "0.1.2", + "version": "0.2.0", "description": "Typescript implementation of FairOS-dfs", "keywords": [ "fairdata",