We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a566cb commit 234b1faCopy full SHA for 234b1fa
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
This package is [semantic versioned](http://semver.org/)
4
5
+## 2.0.11
6
+- [bugfix]: custom mutation name. tnx [@sharkykh](https://github.com/sharkykh)
7
+
8
## 2.0.10
9
- [bugfix]: check Proxy for old browsers. tnx [@mikhailian](https://github.com/mikhailian)
10
- [feature]: Handle skip scheme ws url. tnx [@denzow](https://github.com/denzow)
package.json
@@ -1,6 +1,6 @@
1
{
"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": {
0 commit comments