Skip to content

Commit

Permalink
chore(main): release web3.storage 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 8, 2024
1 parent a234e87 commit 59536d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-08)


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


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.6.0",
"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 59536d6

Please sign in to comment.