Skip to content

Commit

Permalink
chore: release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-worker committed Feb 14, 2022
1 parent 4983fdc commit f2450d4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### [3.3.1](https://www.github.com/ethersphere/bee-js/compare/v3.3.0...v3.3.1) (2022-02-14)


### Bug Fixes

* 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))
* 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.
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.0",
"version": "3.3.1",
"description": "Javascript client for Bee",
"keywords": [
"bee",
Expand Down

0 comments on commit f2450d4

Please sign in to comment.