From e7e832433c91ed76b9cedc7fd6ea6c3cd0ea9dda Mon Sep 17 00:00:00 2001 From: David Dias Date: Fri, 1 Sep 2017 12:40:37 +0100 Subject: [PATCH] chore: release version v0.31.11 --- CHANGELOG.md | 9 ++------- package.json | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffda5f06..0a62282f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,5 @@ - -## [0.31.10](https://github.com/ipfs/interface-ipfs-core/compare/v0.31.9...v0.31.10) (2017-09-01) - - -### Bug Fixes - -* add multiaddrs for API and Gateway ([30160a7](https://github.com/ipfs/interface-ipfs-core/commit/30160a7)) + +## [0.31.11](https://github.com/ipfs/interface-ipfs-core/compare/v0.31.10...v0.31.11) (2017-09-01) diff --git a/package.json b/package.json index b23a6db7..3fe14e93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interface-ipfs-core", - "version": "0.31.10", + "version": "0.31.11", "description": "A test suite and interface you can use to implement a IPFS core interface.", "main": "src/index.js", "scripts": {