Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit ec9a8c1

Browse files
committed
chore: release version v0.17.0
1 parent 4025333 commit ec9a8c1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="0.17.0"></a>
2+
# [0.17.0](https://github.com/ipfs/js-ipfs-block-service/compare/v0.16.0...v0.17.0) (2020-04-16)
3+
4+
5+
### Bug Fixes
6+
7+
* throw if asked to delete a block we don't have ([#88](https://github.com/ipfs/js-ipfs-block-service/issues/88)) ([4ffb28c](https://github.com/ipfs/js-ipfs-block-service/commit/4ffb28c))
8+
9+
10+
### Features
11+
12+
* support passing AbortSignals to the configured repo ([#89](https://github.com/ipfs/js-ipfs-block-service/issues/89)) ([0c5f17c](https://github.com/ipfs/js-ipfs-block-service/commit/0c5f17c))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* `bs.delete(cid)` used to ignore mystery CIDs, now it throws.
18+
19+
20+
121
<a name="0.16.0"></a>
222
# [0.16.0](https://github.com/ipfs/js-ipfs-block-service/compare/v0.15.2...v0.16.0) (2019-06-18)
323

0 commit comments

Comments
 (0)