diff --git a/CHANGELOG.md b/CHANGELOG.md index bef9c462..8aedded3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +### [3.3.1](https://www.github.com/ethersphere/bee-js/compare/v3.3.0...v3.3.1) (2022-02-16) + +This is a patching release that targets especially issues discovered thanks to the introduction of the ESM hybrid build. The main change is that if you want to use the function [`Utils.readableWebToNode()`](https://bee-js.ethswarm.org/docs/api/functions/Utils.readableWebToNode/) in **browser** then you have to polyfill `stream` package with your bundler. + +### Bug Fixes + +* add js suffix in imports for esm support with babel ([#562](https://www.github.com/ethersphere/bee-js/issues/562)) ([62489aa](https://www.github.com/ethersphere/bee-js/commit/62489aa2259a60c2e46caecbf56d98bbc12f93ed)) +* create minified browser bundle for release ([#549](https://www.github.com/ethersphere/bee-js/issues/549)) ([b92fdb0](https://www.github.com/ethersphere/bee-js/commit/b92fdb010f831faa50c1575829b42cdbf0730600)) +* drop readable stream ([#565](https://www.github.com/ethersphere/bee-js/issues/565)) ([3e36ccc](https://www.github.com/ethersphere/bee-js/commit/3e36cccdf18cf3dd9d87e317c644a3dd67e347db)) +* exposing ky options ([#553](https://www.github.com/ethersphere/bee-js/issues/553)) ([085c565](https://www.github.com/ethersphere/bee-js/commit/085c565775c1abfa36b160fd539f4b80a05299e5)) +* making readable-stream optional ([#556](https://www.github.com/ethersphere/bee-js/issues/556)) ([4983fdc](https://www.github.com/ethersphere/bee-js/commit/4983fdc1f92fc35129bf01b4a606c23f9ebffde3)) +* rename the browser bundle in order not to break unpkg.com ([#552](https://www.github.com/ethersphere/bee-js/issues/552)) ([7076d94](https://www.github.com/ethersphere/bee-js/commit/7076d9413382e1e4f0f7aec8563ec84729cf4524)) +* use default import styles for esm compatibility ([#550](https://www.github.com/ethersphere/bee-js/issues/550)) ([90aaf7b](https://www.github.com/ethersphere/bee-js/commit/90aaf7b0e800db3d94bb205bcd64bf1b3e17d939)) + ## [3.3.0](https://www.github.com/ethersphere/bee-js/compare/v3.2.0...v3.3.0) (2022-02-09) This is a smaller update with two main changes. diff --git a/package-lock.json b/package-lock.json index ee5b459d..42d4f071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ethersphere/bee-js", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ethersphere/bee-js", - "version": "3.3.0", + "version": "3.3.1", "license": "BSD-3-Clause", "dependencies": { "@types/readable-stream": "^2.3.13", diff --git a/package.json b/package.json index 2eeedbaa..8ed55e08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ethersphere/bee-js", - "version": "3.3.0", + "version": "3.3.1", "description": "Javascript client for Bee", "keywords": [ "bee",