From 4ff4414bdb2fd007bd45be14945c466c8ef4e2db Mon Sep 17 00:00:00 2001 From: Igor Shadurin Date: Tue, 19 Dec 2023 21:48:58 +0300 Subject: [PATCH] chore(master): release 0.17.0 (#285) --- 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 0c3696b0..fa9a8eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.17.0](https://github.com/fairDataSociety/fdp-storage/compare/v0.16.0...v0.17.0) (2023-12-19) + + +### Features + +* enforce await-thenable eslint rule and update tsconfig.test.json ([#282](https://github.com/fairDataSociety/fdp-storage/issues/282)) ([a26dadc](https://github.com/fairDataSociety/fdp-storage/commit/a26dadc8aaf172a68d541bfa7c0fad71cbb565ab)) +* fdp-contract 3.10.0 ([#294](https://github.com/fairDataSociety/fdp-storage/issues/294)) ([97a3172](https://github.com/fairDataSociety/fdp-storage/commit/97a31723d5939a6a25d1457a91db655317bb8abd)) + ## [0.16.0](https://github.com/fairDataSociety/fdp-storage/compare/v0.15.0...v0.16.0) (2023-10-25) diff --git a/package-lock.json b/package-lock.json index 51526ff8..4f1eb2c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/fdp-storage", - "version": "0.16.0", + "version": "0.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/fdp-storage", - "version": "0.16.0", + "version": "0.17.0", "license": "BSD-3-Clause", "dependencies": { "@ethersphere/bee-js": "^6.2.0", diff --git a/package.json b/package.json index 8f890f0a..251ff745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fairdatasociety/fdp-storage", - "version": "0.16.0", + "version": "0.17.0", "description": "Typescript implementation of FairOS-dfs", "keywords": [ "fairdata",