From fe0b28d21752785187a34a09ea29c51c717b53dc Mon Sep 17 00:00:00 2001 From: nugaon <50576770+nugaon@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:37:27 +0100 Subject: [PATCH] chore(master): release 3.0.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d0f0f..413d99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [3.0.0](https://github.com/fairDataSociety/fdp-play/compare/v2.2.0...v3.0.0) (2023-11-29) + + +### ⚠ BREAKING CHANGES + +* geth blockchain and hardhat ([#105](https://github.com/fairDataSociety/fdp-play/issues/105)) + +### Features + +* bee 1.17.2 ([#97](https://github.com/fairDataSociety/fdp-play/issues/97)) ([1fea708](https://github.com/fairDataSociety/fdp-play/commit/1fea708aa9610d79ba031e7127cf50d8adedee23)) +* geth blockchain and hardhat ([#105](https://github.com/fairDataSociety/fdp-play/issues/105)) ([6d6da0b](https://github.com/fairDataSociety/fdp-play/commit/6d6da0b19a9b014bb11b396a8d62c2d65774a0c0)) +* phase4 redis ([#102](https://github.com/fairDataSociety/fdp-play/issues/102)) ([c6a6f7f](https://github.com/fairDataSociety/fdp-play/commit/c6a6f7fd94f1f4fe7a53d8003a63cef60aea7a3e)) + + +### Bug Fixes + +* byte updates ([a9a01aa](https://github.com/fairDataSociety/fdp-play/commit/a9a01aa6da9ca6435b3964f39ab4d19ddc23cf94)) +* contract migration for the new bytecode ([0a6f877](https://github.com/fairDataSociety/fdp-play/commit/0a6f877827ab23baac0e842b726e3d2eaeecd902)) +* update contract addresses ([548bc22](https://github.com/fairDataSociety/fdp-play/commit/548bc22d86a7177ba239fb568de3c64d0bc69d0e)) +* update contracts bytecode ([1aa9ee2](https://github.com/fairDataSociety/fdp-play/commit/1aa9ee28ed5610da74b8b2b895dafdd553eace7e)) + ## [2.2.0](https://github.com/fairDataSociety/fdp-play/compare/v2.1.1...v2.2.0) (2023-06-07) diff --git a/package-lock.json b/package-lock.json index 8aec881..cf172c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/fdp-play", - "version": "2.2.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/fdp-play", - "version": "2.2.0", + "version": "3.0.0", "license": "BSD-3-Clause", "dependencies": { "@ethersphere/bee-js": "^6.6.0", diff --git a/package.json b/package.json index e4945fc..442de4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fairdatasociety/fdp-play", - "version": "2.2.0", + "version": "3.0.0", "description": "Orchestration CLI for spinning up local development Bee cluster and FDP environment with Docker", "keywords": [ "bee",