From e4bf3ce80e50076fcf599b2595c7822640398ef6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:22:27 +0000 Subject: [PATCH] chore(main): release web3.storage 4.6.0 --- packages/client/CHANGELOG.md | 12 ++++++++++++ packages/client/package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 711b2f38a9..68ce8b01d1 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-03-11) + + +### 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"