From 868c6e33d2ccf505bbb4314ba34f8285611555ce Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 19 Mar 2018 10:58:08 -0700 Subject: [PATCH] changelog + v2.0.6 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3388552..9b02531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This package is [semantic versioned](http://semver.org/) +## 2.0.6 + +- [bugfix]: reconnection thx [@weglov](https://github.com/weglov) + ## 2.0.5 - [bugfix]: fixed context for events callback. thx [@n5leon](https://github.com/n5leon) diff --git a/package.json b/package.json index 86622e9..ad58001 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-native-websocket", - "version": "2.0.5", + "version": "2.0.6", "description": "native websocket implemantation for vuejs and vuex", "main": "dist/build.js", "scripts": {