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 1cc5c2d commit 1c5eae9Copy full SHA for 1c5eae9
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="1.0.8"></a>
2
+## [1.0.8](https://github.com/adonisjs/adonis-websocket-client/compare/v1.0.7...v1.0.8) (2018-03-21)
3
+
4
5
+### Bug Fixes
6
7
+* **lint:** fix linter issue ([1cc5c2d](https://github.com/adonisjs/adonis-websocket-client/commit/1cc5c2d))
8
9
10
11
<a name="1.0.7"></a>
12
## [1.0.7](https://github.com/adonisjs/adonis-websocket-client/compare/v1.0.6...v1.0.7) (2018-03-21)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "@adonisjs/websocket-client",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "Websocket client for AdonisJs",
"main": "dist/Ws.es.js",
"module": "dist/Ws.es.js",
0 commit comments