Skip to content

Commit

Permalink
chore(main): release web3.storage 4.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 11, 2023
1 parent 3ad45ab commit 76d9903
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.5.6](https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.5...web3.storage-v4.5.6) (2023-11-11)


### 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)


Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3.storage",
"version": "4.5.5",
"version": "4.5.6",
"description": "API client for web3.storage",
"type": "module",
"license": "(Apache-2.0 OR MIT)",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 76d9903

Please sign in to comment.