From a1f4f5dc104043392191c20cb6134cabb7a8dc62 Mon Sep 17 00:00:00 2001 From: Igor Shadurin Date: Mon, 16 Oct 2023 12:17:50 +0300 Subject: [PATCH] chore(master): release 0.15.0 (#272) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc90eb9f..3efb367b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.15.0](https://github.com/fairDataSociety/fdp-storage/compare/v0.14.0...v0.15.0) (2023-10-16) + + +### Features + +* downloading blocks of a file by index ([#271](https://github.com/fairDataSociety/fdp-storage/issues/271)) ([c734585](https://github.com/fairDataSociety/fdp-storage/commit/c734585269e056ece93a8edeff8361bc13c69f9a)) +* uploading blocks of a file by index ([#270](https://github.com/fairDataSociety/fdp-storage/issues/270)) ([37f7207](https://github.com/fairDataSociety/fdp-storage/commit/37f7207ad33d331a3e0c29ef5ded19563a4e8a86)) + ## [0.14.0](https://github.com/fairDataSociety/fdp-storage/compare/v0.13.0...v0.14.0) (2023-10-06) diff --git a/package-lock.json b/package-lock.json index 019409ef..b7c10b5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/fdp-storage", - "version": "0.14.0", + "version": "0.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/fdp-storage", - "version": "0.14.0", + "version": "0.15.0", "license": "BSD-3-Clause", "dependencies": { "@ethersphere/bee-js": "^6.2.0", diff --git a/package.json b/package.json index a8df225b..d770327b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fairdatasociety/fdp-storage", - "version": "0.14.0", + "version": "0.15.0", "description": "Typescript implementation of FairOS-dfs", "keywords": [ "fairdata",