Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nathantsoi committed Jul 24, 2017
1 parent ace2bf5 commit 38b6b8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 2.0.2

- [bugfix]: handle json responses that do not include a `.mutation` value

## 2.0.1

- [bugfix]: call `new WebSocket` constructor without an empty sub-protocol string (throws on Chrome w/o this fix)
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.1",
"version": "2.0.2",
"description": "native websocket implemantation for vuejs and vuex",
"main": "dist/build.js",
"scripts": {
Expand Down

0 comments on commit 38b6b8b

Please sign in to comment.