Skip to content

Commit 486879f

Browse files
authored
chore(master): release 3.3.0 (#150)
1 parent 8a479e4 commit 486879f

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [3.3.0](https://github.com/fairDataSociety/fdp-play/compare/v3.2.0...v3.3.0) (2025-05-12)
4+
5+
6+
### Features
7+
8+
* update contracts ([3075c60](https://github.com/fairDataSociety/fdp-play/commit/3075c6091982a11deebf2940cccf734fa48d5411))
9+
10+
11+
### Bug Fixes
12+
13+
* add allow-private-cidrs bee configuration ([88c66fe](https://github.com/fairDataSociety/fdp-play/commit/88c66fe8b41e1dfa3318f5f1c86bff919b963839))
14+
* add blockchain rpc endpoint option ([#151](https://github.com/fairDataSociety/fdp-play/issues/151)) ([8a479e4](https://github.com/fairDataSociety/fdp-play/commit/8a479e4dd56bd57f7708a88e5f07175577eba639))
15+
* api changes for peers endpoint in bee ([142f53c](https://github.com/fairDataSociety/fdp-play/commit/142f53c2164efca827f69ff0c0db66fe1e28bc2f))
16+
* bee instead of beedebug with bee-js ([6e44910](https://github.com/fairDataSociety/fdp-play/commit/6e44910228f3c773ceaaf5cbcb6bd866b5db3fa3))
17+
* blockchain start from bash ([50ab1bb](https://github.com/fairDataSociety/fdp-play/commit/50ab1bba889f7d6ded8974d1a3a9484afa418ed3))
18+
* blocked connection from blocklisted peer ([e22e004](https://github.com/fairDataSociety/fdp-play/commit/e22e004ab22fc4363bc4403f3505bea4bb95832f))
19+
* **hardhat:** fdpPlay with ipv4 url ([4560984](https://github.com/fairDataSociety/fdp-play/commit/4560984813cccab008272b6f6ee410ca3c7ad3e1))
20+
* set bootnode false and warmup time ([1c96887](https://github.com/fairDataSociety/fdp-play/commit/1c968875d2365ce3358f9d6257ee6c9519520796))
21+
322
## [3.2.0](https://github.com/fairDataSociety/fdp-play/compare/v3.1.0...v3.2.0) (2024-09-12)
423

524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fairdatasociety/fdp-play",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Orchestration CLI for spinning up local development Bee cluster and FDP environment with Docker",
55
"keywords": [
66
"bee",

0 commit comments

Comments
 (0)