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

Commit ad0a1da

Browse files
committed
chore: release version v22.1.0
1 parent 4077346 commit ad0a1da

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="22.1.0"></a>
2+
# [22.1.0](https://github.com./ipfs/js-ipfs-api/compare/v22.0.2...v22.1.0) (2018-06-18)
3+
4+
5+
### Features
6+
7+
* add support for custom headers to send-request ([#741](https://github.com./ipfs/js-ipfs-api/issues/741)) ([7fb2e07](https://github.com./ipfs/js-ipfs-api/commit/7fb2e07))
8+
* implement bitswap wantlist peer ID param and bitswap unwant ([#761](https://github.com./ipfs/js-ipfs-api/issues/761)) ([73a153e](https://github.com./ipfs/js-ipfs-api/commit/73a153e))
9+
10+
11+
112
<a name="22.0.2"></a>
213
## [22.0.2](https://github.com./ipfs/js-ipfs-api/compare/v22.0.1...v22.0.2) (2018-06-14)
314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-api",
3-
"version": "22.0.2",
3+
"version": "22.1.0",
44
"description": "A client library for the IPFS HTTP API",
55
"leadMaintainer": "Alan Shaw <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)