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

Commit 1a0d6a9

Browse files
committed
chore: release version v18.1.2
1 parent 3d27999 commit 1a0d6a9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="18.1.2"></a>
2+
## [18.1.2](https://github.com/ipfs/js-ipfs-api/compare/v18.1.1...v18.1.2) (2018-03-09)
3+
4+
5+
### Bug Fixes
6+
7+
* regression on files.add and update deps ([#709](https://github.com/ipfs/js-ipfs-api/issues/709)) ([85cc2a8](https://github.com/ipfs/js-ipfs-api/commit/85cc2a8))
8+
* remove argument from .stats.bw* ([#699](https://github.com/ipfs/js-ipfs-api/issues/699)) ([f81dce5](https://github.com/ipfs/js-ipfs-api/commit/f81dce5))
9+
10+
11+
112
<a name="18.1.1"></a>
213
## [18.1.1](https://github.com/ipfs/js-ipfs-api/compare/v18.0.0...v18.1.1) (2018-02-20)
314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-api",
3-
"version": "18.1.1",
3+
"version": "18.1.2",
44
"description": "A client library for the IPFS HTTP API",
55
"main": "src/index.js",
66
"browser": {

0 commit comments

Comments
 (0)