From 38b6b8b12424ec415c9d6ca7bbe0a59549cc77d1 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 24 Jul 2017 14:46:54 -0700 Subject: [PATCH] v2.0.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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": {