Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nathantsoi committed Jul 10, 2017
1 parent 55aa4a7 commit ef8a327
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This package is [semantic versioned](http://semver.org/)

## 2.0.1

- [bugfix]: call `new WebSocket` constructor without an empty sub-protocol string (throws on Chrome w/o this fix)
- [docs]: update action `json` `action` documentation

## 2.0.0

- [api change]: move `store` and `protocol` options from arguments to the opts` hash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ If there is an `.action` value in the response data ie. `action: 'customerAdded'
``` js
actions: {
customerAdded (context) {
console.log('action received: customerAdded')
console.log('action received: customerAdded')
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-native-websocket",
"version": "2.0.0",
"version": "2.0.1",
"description": "native websocket implemantation for vuejs and vuex",
"main": "dist/build.js",
"scripts": {
Expand Down

0 comments on commit ef8a327

Please sign in to comment.