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

Commit 68cfbe0

Browse files
committed
chore: release version v11.2.0
1 parent 69e67ac commit 68cfbe0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="11.2.0"></a>
2+
# [11.2.0](https://github.com/ipfs/js-ipfs-api/compare/v11.1.0...v11.2.0) (2016-11-24)
3+
4+
5+
### Bug Fixes
6+
7+
* handle missing daemon errors ([41c8153](https://github.com/ipfs/js-ipfs-api/commit/41c8153))
8+
* linting ([723b4b0](https://github.com/ipfs/js-ipfs-api/commit/723b4b0))
9+
10+
11+
### Features
12+
13+
* **swarm:** support for new swarm.peers in 0.4.5 ([690a77c](https://github.com/ipfs/js-ipfs-api/commit/690a77c))
14+
* upgrade to awesome dag-pb ([1e82b8c](https://github.com/ipfs/js-ipfs-api/commit/1e82b8c))
15+
16+
17+
118
<a name="11.1.0"></a>
219
# [11.1.0](https://github.com/ipfs/js-ipfs-api/compare/v11.0.1...v11.1.0) (2016-11-08)
320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-api",
3-
"version": "11.1.0",
3+
"version": "11.2.0",
44
"description": "A client library for the IPFS HTTP API. Follows interface-ipfs-core spec",
55
"main": "src/index.js",
66
"browser": {

0 commit comments

Comments
 (0)