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

Commit ca535bf

Browse files
chore: release version v10.0.0
1 parent ab10789 commit ca535bf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="10.0.0"></a>
2+
# [10.0.0](https://github.com/ipfs/js-ipfs-api/compare/v9.0.0...v10.0.0) (2016-10-28)
3+
4+
5+
### Features
6+
7+
* disable phantomJS ([b634684](https://github.com/ipfs/js-ipfs-api/commit/b634684))
8+
* support new CID block API ([4314815](https://github.com/ipfs/js-ipfs-api/commit/4314815))
9+
* update files to use async dag-pb api ([ad96d22](https://github.com/ipfs/js-ipfs-api/commit/ad96d22))
10+
11+
12+
113
<a name="9.0.0"></a>
214
# [9.0.0](https://github.com/ipfs/js-ipfs-api/compare/v8.0.4...v9.0.0) (2016-09-15)
315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-api",
3-
"version": "9.0.0",
3+
"version": "10.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)