Skip to content

Commit 2452e6e

Browse files
chore(release): 15.0.2 [skip ci]
## [15.0.2](v15.0.1...v15.0.2) (2023-01-27) ### Bug Fixes * implement .has method from the blockstore interface ([#520](#520)) ([6cd37ac](6cd37ac)) ### Trivial Changes * remove rimraf as it is not used ([#521](#521)) ([eac64fd](eac64fd))
1 parent 6cd37ac commit 2452e6e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [15.0.2](https://github.com/ipfs/js-ipfs-bitswap/compare/v15.0.1...v15.0.2) (2023-01-27)
2+
3+
4+
### Bug Fixes
5+
6+
* implement .has method from the blockstore interface ([#520](https://github.com/ipfs/js-ipfs-bitswap/issues/520)) ([6cd37ac](https://github.com/ipfs/js-ipfs-bitswap/commit/6cd37ac05a3e5a3e0c1f3e11c9ba73afea7c29d9))
7+
8+
9+
### Trivial Changes
10+
11+
* remove rimraf as it is not used ([#521](https://github.com/ipfs/js-ipfs-bitswap/issues/521)) ([eac64fd](https://github.com/ipfs/js-ipfs-bitswap/commit/eac64fd1a202ddcbacf73e0e1d3f52c1286b0503))
12+
113
## [15.0.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v15.0.0...v15.0.1) (2023-01-27)
214

315

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": "15.0.1",
3+
"version": "15.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)