From 234b1fa47bf10ea24e26596eb1e95bed40588121 Mon Sep 17 00:00:00 2001 From: Viktor Scheglov Date: Thu, 13 Sep 2018 11:02:01 +0300 Subject: [PATCH] release v2.0.11 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a95659..4df9257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ This package is [semantic versioned](http://semver.org/) +## 2.0.11 +- [bugfix]: custom mutation name. tnx [@sharkykh](https://github.com/sharkykh) + ## 2.0.10 - [bugfix]: check Proxy for old browsers. tnx [@mikhailian](https://github.com/mikhailian) - [feature]: Handle skip scheme ws url. tnx [@denzow](https://github.com/denzow) diff --git a/package.json b/package.json index 203e65a..6ca2188 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-native-websocket", - "version": "2.0.10", + "version": "2.0.11", "description": "native websocket implemantation for vuejs and vuex", "main": "dist/build.js", "scripts": {