From cd57747f51888b46fafdaec75be3ae66d52ba0fb Mon Sep 17 00:00:00 2001 From: Igor Shadurin Date: Wed, 28 Feb 2024 13:11:07 +0300 Subject: [PATCH] chore(master): release 0.18.0 (#296) --- 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 fa9a8eb4..a6ddb128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.18.0](https://github.com/fairDataSociety/fdp-storage/compare/v0.17.0...v0.18.0) (2024-02-23) + + +### Features + +* ability to upload any amount of items ([#293](https://github.com/fairDataSociety/fdp-storage/issues/293)) ([fffe4af](https://github.com/fairDataSociety/fdp-storage/commit/fffe4af319a8a4fa0487e3aa0b565dce5ddda64e)) +* pod subscriptions ([#295](https://github.com/fairDataSociety/fdp-storage/issues/295)) ([0df06d8](https://github.com/fairDataSociety/fdp-storage/commit/0df06d81e0d26a2c2d08a389c3eefa52d89327fe)) + ## [0.17.0](https://github.com/fairDataSociety/fdp-storage/compare/v0.16.0...v0.17.0) (2023-12-19) diff --git a/package-lock.json b/package-lock.json index 5b6bbbd1..c83c419b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/fdp-storage", - "version": "0.17.0", + "version": "0.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/fdp-storage", - "version": "0.17.0", + "version": "0.18.0", "license": "BSD-3-Clause", "dependencies": { "@ethersphere/bee-js": "^6.2.0", diff --git a/package.json b/package.json index b73dde0b..7d254267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fairdatasociety/fdp-storage", - "version": "0.17.0", + "version": "0.18.0", "description": "Typescript implementation of FairOS-dfs", "keywords": [ "fairdata",