mirror of
https://github.com/tenrok/vue-native-websocket.git
synced 2026-06-20 22:10:46 +03:00
changelog + v2.0.6
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
This package is [semantic versioned](http://semver.org/)
|
This package is [semantic versioned](http://semver.org/)
|
||||||
|
|
||||||
|
## 2.0.6
|
||||||
|
|
||||||
|
- [bugfix]: reconnection thx [@weglov](https://github.com/weglov)
|
||||||
|
|
||||||
## 2.0.5
|
## 2.0.5
|
||||||
|
|
||||||
- [bugfix]: fixed context for events callback. thx [@n5leon](https://github.com/n5leon)
|
- [bugfix]: fixed context for events callback. thx [@n5leon](https://github.com/n5leon)
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-native-websocket",
|
"name": "vue-native-websocket",
|
||||||
"version": "2.0.5",
|
"version": "2.0.6",
|
||||||
"description": "native websocket implemantation for vuejs and vuex",
|
"description": "native websocket implemantation for vuejs and vuex",
|
||||||
"main": "dist/build.js",
|
"main": "dist/build.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user