diff --git a/CHANGELOG.md b/CHANGELOG.md index 83cd42e..b4f0bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b77d976..e6a4a70 100755 --- a/package.json +++ b/package.json @@ -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": {