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

Commit c72c285

Browse files
committed
chore: release version v19.0.0
1 parent 79c4c5b commit c72c285

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="19.0.0"></a>
2+
# [19.0.0](https://github.com/ipfs/js-ipfs-api/compare/v18.2.1...v19.0.0) (2018-03-28)
3+
4+
5+
### Bug Fixes
6+
7+
* **bitswap:** 0.4.14 returns empty array instead of null ([5e37a54](https://github.com/ipfs/js-ipfs-api/commit/5e37a54))
8+
* **ping:** tests were failing and there it was missing to catch when count and n are used at the same time ([2181568](https://github.com/ipfs/js-ipfs-api/commit/2181568))
9+
10+
11+
### Features
12+
13+
* streamable ping and optional packet number ([#723](https://github.com/ipfs/js-ipfs-api/issues/723)) ([3f3ce8a](https://github.com/ipfs/js-ipfs-api/commit/3f3ce8a))
14+
15+
16+
117
<a name="18.2.1"></a>
218
## [18.2.1](https://github.com/ipfs/js-ipfs-api/compare/v18.2.0...v18.2.1) (2018-03-22)
319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-api",
3-
"version": "18.2.1",
3+
"version": "19.0.0",
44
"description": "A client library for the IPFS HTTP API",
55
"main": "src/index.js",
66
"browser": {

0 commit comments

Comments
 (0)