Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 887dc13

Browse files
committedApr 5, 2018
chore: release version v0.11.0
1 parent dd5c63d commit 887dc13

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.11.0"></a>
2+
# [0.11.0](https://github.com/libp2p/js-libp2p-websockets/compare/v0.10.5...v0.11.0) (2018-04-05)
3+
4+
5+
### Features
6+
7+
* add class-is module ([#72](https://github.com/libp2p/js-libp2p-websockets/issues/72)) ([f59cf88](https://github.com/libp2p/js-libp2p-websockets/commit/f59cf88))
8+
* Pass options to websocket server ([#66](https://github.com/libp2p/js-libp2p-websockets/issues/66)) ([709989a](https://github.com/libp2p/js-libp2p-websockets/commit/709989a))
9+
10+
11+
112
<a name="0.10.5"></a>
213
## [0.10.5](https://github.com/libp2p/js-libp2p-websockets/compare/v0.10.4...v0.10.5) (2018-02-20)
314

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-websockets",
3-
"version": "0.10.5",
3+
"version": "0.11.0",
44
"description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
This repository has been archived.