From e7ab32f0be1300f1adaff1b7cc7039c9e88ce50c Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 20 Feb 2018 10:35:30 +0000 Subject: [PATCH] chore: release version v0.10.5 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9082c4..845e7d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [0.10.5](https://github.com/libp2p/js-libp2p-websockets/compare/v0.10.4...v0.10.5) (2018-02-20) + + + ## [0.10.4](https://github.com/libp2p/js-libp2p-websockets/compare/v0.10.2...v0.10.4) (2017-10-22) diff --git a/package.json b/package.json index 37d11fb..80449f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-websockets", - "version": "0.10.4", + "version": "0.10.5", "description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec", "main": "src/index.js", "scripts": {