2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-05-17 05:39:39 +03:00

release v2.0.11

This commit is contained in:
Viktor Scheglov
2018-09-13 11:02:01 +03:00
parent 3a566cbe10
commit 234b1fa47b
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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)
+1 -1
View File
@@ -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": {