Skip to content

Commit 234b1fa

Browse files
author
Viktor Scheglov
committed
release v2.0.11
1 parent 3a566cb commit 234b1fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This package is [semantic versioned](http://semver.org/)
44

5+
## 2.0.11
6+
- [bugfix]: custom mutation name. tnx [@sharkykh](https://github.com/sharkykh)
7+
58
## 2.0.10
69
- [bugfix]: check Proxy for old browsers. tnx [@mikhailian](https://github.com/mikhailian)
710
- [feature]: Handle skip scheme ws url. tnx [@denzow](https://github.com/denzow)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-native-websocket",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "native websocket implemantation for vuejs and vuex",
55
"main": "dist/build.js",
66
"scripts": {

0 commit comments

Comments
 (0)