diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 711b2f38a9..b5b17259c1 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.6.0](https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.5...web3.storage-v4.6.0) (2024-01-19) + + +### Features + +* add README deprecation message ([#2339](https://github.com/web3-storage/web3.storage/issues/2339)) ([f790baa](https://github.com/web3-storage/web3.storage/commit/f790baabae4b916dc0f8a502a24c6652721b697d)) + + +### Bug Fixes + +* add types to package.json exports ([#2278](https://github.com/web3-storage/web3.storage/issues/2278)) ([3ad45ab](https://github.com/web3-storage/web3.storage/commit/3ad45ab595bdcbc4ca253010ac3734165ea21f27)) + ## [4.5.5](https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.4...web3.storage-v4.5.5) (2023-07-19) diff --git a/packages/client/package.json b/packages/client/package.json index ed7c5a11e5..75977cff91 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "web3.storage", - "version": "4.5.5", + "version": "4.6.0", "description": "API client for web3.storage", "type": "module", "license": "(Apache-2.0 OR MIT)", @@ -75,7 +75,7 @@ "main": "./dist/src/lib.cjs", "exports": { ".": { - "types": "./dist/src/lib.d.ts", + "types": "./dist/src/lib.d.ts", "browser": "./src/lib.js", "require": "./dist/src/lib.cjs", "node": "./src/lib.js"