Skip to content

Commit

Permalink
chore(master): release 8.3.0 (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-worker authored Oct 24, 2024
1 parent 710f6eb commit c949384
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog


## [8.3.0](https://github.com/ethersphere/bee-js/compare/v8.2.0...v8.3.0) (2024-10-24)


### Features

* add gateway constant ([#962](https://github.com/ethersphere/bee-js/issues/962)) ([c44c2cd](https://github.com/ethersphere/bee-js/commit/c44c2cdfa082226d0f9406e6bd654f0357956032))
* add support for custom http and https agents ([#966](https://github.com/ethersphere/bee-js/issues/966)) ([7c5662b](https://github.com/ethersphere/bee-js/commit/7c5662b3b72be91e221d0207d9d4cbd2ad59c0a1))


### Bug Fixes

* do not wrap array in data object ([#965](https://github.com/ethersphere/bee-js/issues/965)) ([6e695b7](https://github.com/ethersphere/bee-js/commit/6e695b7d9e476845c56bbb13cda7869b57a9e0f0))
* throw error for too long tar entry ([#968](https://github.com/ethersphere/bee-js/issues/968)) ([710f6eb](https://github.com/ethersphere/bee-js/commit/710f6eb25222432e796394329a0497414a68816e))

## [8.2.0](https://github.com/ethersphere/bee-js/compare/v8.1.0...v8.2.0) (2024-10-24)


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": "8.2.0",
"version": "8.3.0",
"description": "Javascript client for Bee",
"keywords": [
"bee",
Expand Down

0 comments on commit c949384

Please sign in to comment.