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": {