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

Commit 4e7b8e4

Browse files
chore: release version v9.0.0
1 parent f64f82a commit 4e7b8e4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<a name="9.0.0"></a>
2+
# [9.0.0](https://github.com/ipfs/js-ipfs-api/compare/v8.0.4...v9.0.0) (2016-09-15)
3+
4+
5+
### Bug Fixes
6+
7+
* Return req from tail ([0273a3a](https://github.com/ipfs/js-ipfs-api/commit/0273a3a))
8+
9+
10+
### Features
11+
12+
* **swarm:** make interface-ipfs-core compliant ([f245f27](https://github.com/ipfs/js-ipfs-api/commit/f245f27))
13+
14+
15+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-api",
3-
"version": "8.0.4",
3+
"version": "9.0.0",
44
"description": "A client library for the IPFS HTTP API. Follows interface-ipfs-core spec",
55
"main": "lib/index.js",
66
"jsnext:main": "src/index.js",

0 commit comments

Comments
 (0)