Skip to content

Commit 0008a83

Browse files
committed
chore(release): 1.0.4
1 parent 45e6930 commit 0008a83

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="1.0.4"></a>
2+
## [1.0.4](https://github.com/adonisjs/adonis-websocket-client/compare/v1.0.0...v1.0.4) (2018-03-16)
3+
4+
5+
### Bug Fixes
6+
7+
* **package:** update query-string to version 6.0.0 ([3d95855](https://github.com/adonisjs/adonis-websocket-client/commit/3d95855))
8+
9+
10+
### Features
11+
12+
* **socket:** pass socket ref to ready event ([d2be22f](https://github.com/adonisjs/adonis-websocket-client/commit/d2be22f))
13+
14+
15+
116
<a name="1.0.0"></a>
217
# 1.0.0 (2018-03-13)
318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adonisjs/websocket-client",
3-
"version": "1.0.0",
3+
"version": "1.0.4",
44
"description": "Websocket client for AdonisJs",
55
"main": "dist/Ws.es.js",
66
"module": "dist/Ws.es.js",

0 commit comments

Comments
 (0)