From 80207404b7d37970a2f365557ca822ea2d7d6e8e Mon Sep 17 00:00:00 2001 From: Kevin Simper Date: Sun, 19 Nov 2017 22:27:28 +0100 Subject: [PATCH 1/5] Missing end parentheses in example (#172) --- SPEC/PUBSUB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC/PUBSUB.md b/SPEC/PUBSUB.md index e903c9dc8..6ce6cab68 100644 --- a/SPEC/PUBSUB.md +++ b/SPEC/PUBSUB.md @@ -25,7 +25,7 @@ If no `callback` is passed, a [promise][] is returned. const topic = 'fruit-of-the-day' const receiveMsg = (msg) => { - console.log(msg.toString() + console.log(msg.toString()) } ipfs.pubsub.subscribe(topic, receiveMsg) From 1a69ddfc06b4bd6b86886c359dc7a2936ed11780 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 20 Nov 2017 08:06:07 +0000 Subject: [PATCH 2/5] chore: add more time to before hook of files tests --- src/files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.js b/src/files.js index f09059322..7d4f76773 100644 --- a/src/files.js +++ b/src/files.js @@ -21,7 +21,7 @@ const isNode = require('detect-node') module.exports = (common) => { describe('.files', function () { - this.timeout(5 * 1000) + this.timeout(20 * 1000) let ipfs From 74f0c73afe55bbc2f733d4514b0174578e2f809e Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 20 Nov 2017 08:06:22 +0000 Subject: [PATCH 3/5] chore: release version v0.36.5 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa528130b..9cc0b785e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [0.36.5](https://github.com/ipfs/interface-ipfs-core/compare/v0.36.4...v0.36.5) (2017-11-20) + + + ## [0.36.4](https://github.com/ipfs/interface-ipfs-core/compare/v0.36.3...v0.36.4) (2017-11-17) diff --git a/package.json b/package.json index 481017491..362e42b7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interface-ipfs-core", - "version": "0.36.4", + "version": "0.36.5", "description": "A test suite and interface you can use to implement a IPFS core interface.", "main": "src/index.js", "scripts": { From 7f925df8da845ca16cc4f24c446153f04a743419 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 20 Nov 2017 08:08:25 +0000 Subject: [PATCH 4/5] chore: update contributors --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 362e42b7c..81bcdc5e1 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "Friedel Ziegelmayer ", "Haad ", "Jason Papakostas ", + "Kevin Simper ", "Marius Darila ", "Matt Zumwalt ", "Nicolás Santángelo ", From 32d3d33543021337437d1fe055b9e541e04f80da Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 20 Nov 2017 08:08:25 +0000 Subject: [PATCH 5/5] chore: release version v0.36.6 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc0b785e..b2eb216c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [0.36.6](https://github.com/ipfs/interface-ipfs-core/compare/v0.36.4...v0.36.6) (2017-11-20) + + + ## [0.36.5](https://github.com/ipfs/interface-ipfs-core/compare/v0.36.4...v0.36.5) (2017-11-20) diff --git a/package.json b/package.json index 81bcdc5e1..85a92aefd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interface-ipfs-core", - "version": "0.36.5", + "version": "0.36.6", "description": "A test suite and interface you can use to implement a IPFS core interface.", "main": "src/index.js", "scripts": {