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 4a5367d commit 5ea6afbCopy full SHA for 5ea6afb
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="1.0.9"></a>
2
+## [1.0.9](https://github.com/adonisjs/adonis-websocket-client/compare/v1.0.8...v1.0.9) (2018-03-21)
3
+
4
5
+### Bug Fixes
6
7
+* **connection:** use location.host over hostname ([4a5367d](https://github.com/adonisjs/adonis-websocket-client/commit/4a5367d))
8
9
10
11
<a name="1.0.8"></a>
12
## [1.0.8](https://github.com/adonisjs/adonis-websocket-client/compare/v1.0.7...v1.0.8) (2018-03-21)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "@adonisjs/websocket-client",
- "version": "1.0.8",
+ "version": "1.0.9",
"description": "Websocket client for AdonisJs",
"main": "dist/Ws.es.js",
"module": "dist/Ws.es.js",
0 commit comments