Skip to content

Commit

Permalink
chore: release version v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Feb 21, 2017
1 parent 26bd031 commit f5ab396
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.9.4"></a>
## [0.9.4](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.9.3...v0.9.4) (2017-02-21)


### Bug Fixes

* test-data paths in webworker ([ab52eaa](https://github.com/ipfs/js-ipfs-bitswap/commit/ab52eaa))


### Features

* **decision-engine:** split large block messages ([09d5b2b](https://github.com/ipfs/js-ipfs-bitswap/commit/09d5b2b))



<a name="0.9.3"></a>
## [0.9.3](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.9.2...v0.9.3) (2017-02-09)

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-bitswap",
"version": "0.9.3",
"version": "0.9.4",
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS",
"main": "src/index.js",
"browser": {
Expand Down

0 comments on commit f5ab396

Please sign in to comment.