diff --git a/CHANGELOG.md b/CHANGELOG.md index 438f10ade..7d88e8f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [11.0.0](https://github.com/ipfs/js-ipfs-api/compare/v10.0.0...v11.0.0) (2016-10-29) + + +### Bug Fixes + +* increase memory (to enable release until we got the size of the bundle shaved down ([12c9660](https://github.com/ipfs/js-ipfs-api/commit/12c9660)) + + + # [10.0.0](https://github.com/ipfs/js-ipfs-api/compare/v9.0.0...v10.0.0) (2016-10-28) diff --git a/package.json b/package.json index 77011f67a..43039cda5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-api", - "version": "10.0.0", + "version": "11.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",