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

Commit c8508ab

Browse files
committed
chore: release version v111.1.0
1 parent 78165d4 commit c8508ab

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="111.1.0"></a>
2+
# [111.1.0](https://github.com/ipfs/js-ipfs-api/compare/v11.0.1...v111.1.0) (2016-11-08)
3+
4+
5+
### Bug Fixes
6+
7+
* **get:** properly handled nested content ([0731f45](https://github.com/ipfs/js-ipfs-api/commit/0731f45))
8+
9+
10+
### Features
11+
12+
* **object:** add lru cache to object get/put ([c439f39](https://github.com/ipfs/js-ipfs-api/commit/c439f39))
13+
* add npm engine ([505ce8e](https://github.com/ipfs/js-ipfs-api/commit/505ce8e))
14+
* update interface-ipfs-core ([1191bb6](https://github.com/ipfs/js-ipfs-api/commit/1191bb6))
15+
16+
17+
118
<a name="11.0.1"></a>
219
## [11.0.1](https://github.com/ipfs/js-ipfs-api/compare/v11.0.0...v11.0.1) (2016-10-29)
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.0.1",
3+
"version": "111.1.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)