Skip to content

Commit 4a8e628

Browse files
chore(main): release web3.storage 4.6.0
1 parent f790baa commit 4a8e628

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

packages/client/CHANGELOG.md

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

3+
## [4.6.0](https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.5...web3.storage-v4.6.0) (2023-12-01)
4+
5+
6+
### Features
7+
8+
* add README deprecation message ([#2339](https://github.com/web3-storage/web3.storage/issues/2339)) ([f790baa](https://github.com/web3-storage/web3.storage/commit/f790baabae4b916dc0f8a502a24c6652721b697d))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
315
## [4.5.5](https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.4...web3.storage-v4.5.5) (2023-07-19)
416

517

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