From 2b96951d7d18803dfe6d36576a1b51a4ef0d99b3 Mon Sep 17 00:00:00 2001 From: nugaon Date: Mon, 4 Nov 2024 11:30:22 +0100 Subject: [PATCH] chore(master): release 3.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad66727..57bc314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.3.0](https://github.com/fairDataSociety/fdp-play/compare/v3.2.0...v3.3.0) (2024-11-04) + + +### Features + +* update contracts ([3075c60](https://github.com/fairDataSociety/fdp-play/commit/3075c6091982a11deebf2940cccf734fa48d5411)) + + +### Bug Fixes + +* api changes for peers endpoint in bee ([142f53c](https://github.com/fairDataSociety/fdp-play/commit/142f53c2164efca827f69ff0c0db66fe1e28bc2f)) +* bee instead of beedebug with bee-js ([6e44910](https://github.com/fairDataSociety/fdp-play/commit/6e44910228f3c773ceaaf5cbcb6bd866b5db3fa3)) +* blockchain start from bash ([50ab1bb](https://github.com/fairDataSociety/fdp-play/commit/50ab1bba889f7d6ded8974d1a3a9484afa418ed3)) +* blocked connection from blocklisted peer ([e22e004](https://github.com/fairDataSociety/fdp-play/commit/e22e004ab22fc4363bc4403f3505bea4bb95832f)) +* **hardhat:** fdpPlay with ipv4 url ([4560984](https://github.com/fairDataSociety/fdp-play/commit/4560984813cccab008272b6f6ee410ca3c7ad3e1)) +* set bootnode false and warmup time ([1c96887](https://github.com/fairDataSociety/fdp-play/commit/1c968875d2365ce3358f9d6257ee6c9519520796)) + ## [3.2.0](https://github.com/fairDataSociety/fdp-play/compare/v3.1.0...v3.2.0) (2024-09-12) diff --git a/package-lock.json b/package-lock.json index e6f81fd..420930c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/fdp-play", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fairdatasociety/fdp-play", - "version": "3.2.0", + "version": "3.3.0", "license": "BSD-3-Clause", "dependencies": { "@ethersphere/bee-js": "^8.3.0", diff --git a/package.json b/package.json index 8dfb302..7d490d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fairdatasociety/fdp-play", - "version": "3.2.0", + "version": "3.3.0", "description": "Orchestration CLI for spinning up local development Bee cluster and FDP environment with Docker", "keywords": [ "bee",