From 76043df28400286fe253fad946e861ba9197a4b5 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 29 Jun 2017 13:26:35 +0100 Subject: [PATCH] chore: release version v0.26.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3487a9..8a43749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [0.26.0](https://github.com/ipfs/js-libp2p-ipfs-nodejs/compare/v0.25.2...v0.26.0) (2017-06-29) + + +### Bug Fixes + +* use wrtc instead ([5253d23](https://github.com/ipfs/js-libp2p-ipfs-nodejs/commit/5253d23)) + + +### Features + +* use new webrtc-star, remove support it by default, support it to be pluggable ([05dde5b](https://github.com/ipfs/js-libp2p-ipfs-nodejs/commit/05dde5b)) + + + ## [0.25.2](https://github.com/ipfs/js-libp2p-ipfs-nodejs/compare/v0.25.1...v0.25.2) (2017-05-19) diff --git a/package.json b/package.json index 4794690..4454633 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-ipfs-nodejs", - "version": "0.25.2", + "version": "0.26.0", "description": "The libp2p build (module) used by js-ipfs on Node.js", "main": "src/index.js", "scripts": {