Skip to content

Commit 61d137c

Browse files
chore(main): release web3.storage 4.5.6
1 parent 09a59c6 commit 61d137c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.5.6](https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.5...web3.storage-v4.5.6) (2023-11-13)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [4.5.5](https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.4...web3.storage-v4.5.5) (2023-07-19)
411

512

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3.storage",
3-
"version": "4.5.5",
3+
"version": "4.5.6",
44
"description": "API client for web3.storage",
55
"type": "module",
66
"license": "(Apache-2.0 OR MIT)",
@@ -75,7 +75,7 @@
7575
"main": "./dist/src/lib.cjs",
7676
"exports": {
7777
".": {
78-
"types": "./dist/src/lib.d.ts",
78+
"types": "./dist/src/lib.d.ts",
7979
"browser": "./src/lib.js",
8080
"require": "./dist/src/lib.cjs",
8181
"node": "./src/lib.js"

0 commit comments

Comments
 (0)