diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5cbacf5b..7c324acd59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - API Docs moved to https://js.waku.org/ - test: fix typing for nwaku JSON RPC responses. -### Fixed - -- Specify that `util` polyfill is not needed so that bundlers can automatically discard it. - ## [0.26.0] - 2022-09-08 ### Added diff --git a/package.json b/package.json index ef5f8e6844..34c8e3c03a 100644 --- a/package.json +++ b/package.json @@ -83,8 +83,7 @@ "reset-hard": "git clean -dfx -e .idea && git reset --hard && npm i && npm run build" }, "browser": { - "crypto": false, - "util": false + "crypto": false }, "engines": { "node": ">=16"