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

Commit

Permalink
chore: release version v10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 28, 2016
1 parent ab10789 commit ca535bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="10.0.0"></a>
# [10.0.0](https://github.com/ipfs/js-ipfs-api/compare/v9.0.0...v10.0.0) (2016-10-28)


### Features

* disable phantomJS ([b634684](https://github.com/ipfs/js-ipfs-api/commit/b634684))
* support new CID block API ([4314815](https://github.com/ipfs/js-ipfs-api/commit/4314815))
* update files to use async dag-pb api ([ad96d22](https://github.com/ipfs/js-ipfs-api/commit/ad96d22))



<a name="9.0.0"></a>
# [9.0.0](https://github.com/ipfs/js-ipfs-api/compare/v8.0.4...v9.0.0) (2016-09-15)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-api",
"version": "9.0.0",
"version": "10.0.0",
"description": "A client library for the IPFS HTTP API. Follows interface-ipfs-core spec",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
Expand Down

0 comments on commit ca535bf

Please sign in to comment.