Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 1435655

Browse files
committed
chore: release version v21.0.0
1 parent 52b49f7 commit 1435655

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="21.0.0"></a>
2+
# [21.0.0](https://github.com/ipfs/js-ipfs-api/compare/v20.2.1...v21.0.0) (2018-05-12)
3+
4+
5+
### Bug Fixes
6+
7+
* make pubsub.unsubscribe async and alter pubsub.subscribe signature ([b98f8f3](https://github.com/ipfs/js-ipfs-api/commit/b98f8f3))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* pubsub.unsubscribe is now async and argument order for pubsub.subscribe has changed
13+
14+
License: MIT
15+
Signed-off-by: Alan Shaw <[email protected]>
16+
17+
18+
119
<a name="20.2.1"></a>
220
## [20.2.1](https://github.com/ipfs/js-ipfs-api/compare/v20.2.0...v20.2.1) (2018-05-06)
321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-api",
3-
"version": "20.2.1",
3+
"version": "21.0.0",
44
"description": "A client library for the IPFS HTTP API",
55
"leadMaintainer": "Alan Shaw <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)