Skip to content

Commit

Permalink
chore: release 3.3.2 (#566)
Browse files Browse the repository at this point in the history
* chore: release 3.3.2

* chore: updated changelog

Co-authored-by: Vojtech Simetka <[email protected]>
  • Loading branch information
bee-worker and vojtechsimetka authored Mar 21, 2022
1 parent 265557d commit 0ce2685
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

### [3.3.2](https://www.github.com/ethersphere/bee-js/compare/v3.3.1...v3.3.2) (2022-03-21)


This is another small release that brings support for [Bee 1.5.0](https://github.com/ethersphere/bee/releases/tag/v1.5.0) and a few small improvements.

### 🔌 Node endpoint

The Bee 1.5.0 introduced new mode called ultra-light mode. This mode has been added to the existing `BeeModes`.

### 🧱 EcmaScript Modules

The bee-js v3.3.0 introduced support for ES Modules. In 3.3.2 we include several fixes to resolve some of the reported issues and broken builds.

### Bug Fixes

* add cross-env to devDeps ([c559535](https://www.github.com/ethersphere/bee-js/commit/c5595356d6aabe45307afc284dfc4439ca11ad00))
* add ultra light bee mode ([#597](https://www.github.com/ethersphere/bee-js/issues/597)) ([4ac6bd8](https://www.github.com/ethersphere/bee-js/commit/4ac6bd8679657becbd7dd2305e1ba14ce784b98d))
* replace deprecated type DebugPostageBatch with PostageBatch ([#594](https://www.github.com/ethersphere/bee-js/issues/594)) ([265557d](https://www.github.com/ethersphere/bee-js/commit/265557d9912e92133c847c90b8fbc065cbfa6405))
* web-stream-polyfill typings ([#585](https://www.github.com/ethersphere/bee-js/issues/585)) ([3b18848](https://www.github.com/ethersphere/bee-js/commit/3b18848d07f8eb67b6f190fed09e12617105a933))

### [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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethersphere/bee-js",
"version": "3.3.1",
"version": "3.3.2",
"description": "Javascript client for Bee",
"keywords": [
"bee",
Expand Down

0 comments on commit 0ce2685

Please sign in to comment.