diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index b82094477d..711b2f38a9 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.5.5](https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.4...web3.storage-v4.5.5) (2023-07-19) + + +### Bug Fixes + +* this param for fetch calls ([#2292](https://github.com/web3-storage/web3.storage/issues/2292)) ([bf32c53](https://github.com/web3-storage/web3.storage/commit/bf32c53959d731ca567b109ab4d5fc73b4bbbfb7)) + ## [4.5.4](https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.3...web3.storage-v4.5.4) (2023-02-28) diff --git a/packages/client/package.json b/packages/client/package.json index aed3720b82..ae19767247 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "web3.storage", - "version": "4.5.4", + "version": "4.5.5", "description": "API client for web3.storage", "type": "module", "license": "(Apache-2.0 OR MIT)",