We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f958e4 commit 2dbb9c3Copy full SHA for 2dbb9c3
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="1.0.7"></a>
2
+## [1.0.7](https://github.com/adonisjs/adonis-websocket-client/compare/v1.0.6...v1.0.7) (2018-03-21)
3
+
4
5
+### Features
6
7
+* **Connection:** auto detect url when not defined ([4f958e4](https://github.com/adonisjs/adonis-websocket-client/commit/4f958e4))
8
9
10
11
<a name="1.0.6"></a>
12
## [1.0.6](https://github.com/adonisjs/adonis-websocket-client/compare/v1.0.5...v1.0.6) (2018-03-18)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "@adonisjs/websocket-client",
- "version": "1.0.6",
+ "version": "1.0.7",
"description": "Websocket client for AdonisJs",
"main": "dist/Ws.es.js",
"module": "dist/Ws.es.js",
0 commit comments