Skip to content

Commit

Permalink
chore: release version v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Dec 23, 2016
1 parent 50bb5d0 commit 7c54c0a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
<a name="0.9.0"></a>
# [0.9.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.8.3...v0.9.0) (2016-12-23)


### Features

* more perf stuffs ([c65e722](https://github.com/ipfs/js-ipfs-bitswap/commit/c65e722))
* new bitswap ([dbe80cc](https://github.com/ipfs/js-ipfs-bitswap/commit/dbe80cc))
* perf stuffs ([27fe1f7](https://github.com/ipfs/js-ipfs-bitswap/commit/27fe1f7))



<a name="0.8.3"></a>
## [0.8.3](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.8.2...v0.8.3) (2016-12-13)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-bitswap",
"version": "0.8.3",
"version": "0.9.0",
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS",
"main": "src/index.js",
"browser": {
Expand Down

0 comments on commit 7c54c0a

Please sign in to comment.