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

Commit 12e23ee

Browse files
committed
chore: release version v17.5.0
1 parent 45b5aeb commit 12e23ee

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="17.5.0"></a>
2+
# [17.5.0](https://github.com/ipfs/js-ipfs-api/compare/v17.3.0...v17.5.0) (2018-01-24)
3+
4+
5+
### Bug Fixes
6+
7+
* normalize stats fields ([#669](https://github.com/ipfs/js-ipfs-api/issues/669)) ([5803d39](https://github.com/ipfs/js-ipfs-api/commit/5803d39))
8+
9+
10+
### Features
11+
12+
* /api/v0/repo/version ([#676](https://github.com/ipfs/js-ipfs-api/issues/676)) ([ecf70b9](https://github.com/ipfs/js-ipfs-api/commit/ecf70b9))
13+
* integrate new ipfsd-ctl ([2b1820b](https://github.com/ipfs/js-ipfs-api/commit/2b1820b))
14+
15+
16+
117
<a name="17.4.0"></a>
218
# [17.4.0](https://github.com/ipfs/js-ipfs-api/compare/v17.3.0...v17.4.0) (2018-01-24)
319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-api",
3-
"version": "17.4.0",
3+
"version": "17.5.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)