Skip to content

Commit b3ca715

Browse files
chore(release): 20.0.2 [skip ci]
## [20.0.2](v20.0.1...v20.0.2) (2024-01-16) ### Bug Fixes * mark package as side-effect free ([#630](#630)) ([699c1e0](699c1e0))
1 parent 699c1e0 commit b3ca715

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [20.0.2](https://github.com/ipfs/js-ipfs-bitswap/compare/v20.0.1...v20.0.2) (2024-01-16)
2+
3+
4+
### Bug Fixes
5+
6+
* mark package as side-effect free ([#630](https://github.com/ipfs/js-ipfs-bitswap/issues/630)) ([699c1e0](https://github.com/ipfs/js-ipfs-bitswap/commit/699c1e05eb5449b156083934bb1ce6edb66caeb7))
7+
18
## [20.0.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v20.0.0...v20.0.1) (2024-01-16)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-bitswap",
3-
"version": "20.0.1",
3+
"version": "20.0.2",
44
"description": "JavaScript implementation of the Bitswap data exchange protocol used by IPFS",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-bitswap#readme",

0 commit comments

Comments
 (0)