From 1fe34a18578cf4499f861ed70ab3e955a8a05613 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Fri, 11 May 2018 17:42:51 +0100 Subject: [PATCH 1/4] chore: update contributors From 1d824d12ff479c5a31ccb348328b6fd85dddd934 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Fri, 11 May 2018 17:42:52 +0100 Subject: [PATCH 2/4] chore: release version v0.65.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a20261295..816eb2866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# [0.65.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.64.3...v0.65.0) (2018-05-11) + + +### Bug Fixes + +* many fixes for pubsub tests with new async unsubscribe ([2019c45](https://github.com/ipfs/interface-ipfs-core/commit/2019c45)) +* pubsub subscribe call with options ([c43f8bc](https://github.com/ipfs/interface-ipfs-core/commit/c43f8bc)) +* remove .only ([251cffd](https://github.com/ipfs/interface-ipfs-core/commit/251cffd)) +* remove duplicate async.each ([f798597](https://github.com/ipfs/interface-ipfs-core/commit/f798597)) + + + ## [0.64.3](https://github.com/ipfs/interface-ipfs-core/compare/v0.64.2...v0.64.3) (2018-05-06) diff --git a/package.json b/package.json index ab342c03a..84d04fa7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interface-ipfs-core", - "version": "0.64.3", + "version": "0.65.0", "description": "A test suite and interface you can use to implement a IPFS core interface.", "leadMaintainer": "Alan Shaw ", "main": "js/src/index.js", From a5b9fac8e58579b03a95ee2bd3e5716d5490616d Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Fri, 11 May 2018 17:43:54 +0100 Subject: [PATCH 3/4] chore: update contributors From 027d85fd23ce6580783ace9763fed0d70a0a367b Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Fri, 11 May 2018 17:43:54 +0100 Subject: [PATCH 4/4] chore: release version v0.65.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 816eb2866..0e8ee5c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [0.65.1](https://github.com/ipfs/interface-ipfs-core/compare/v0.65.0...v0.65.1) (2018-05-11) + + + # [0.65.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.64.3...v0.65.0) (2018-05-11) diff --git a/package.json b/package.json index 84d04fa7f..375594976 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interface-ipfs-core", - "version": "0.65.0", + "version": "0.65.1", "description": "A test suite and interface you can use to implement a IPFS core interface.", "leadMaintainer": "Alan Shaw ", "main": "js/src/index.js",