diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d12b7..0526d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ This package is [semantic versioned](http://semver.org/) +## 2.0.9 +- [bugfix]: fixed reconnection + ## 2.0.8 - [feature]: custom pass to store logic. Defaults to original passToStore code if no custom logic provided diff --git a/package.json b/package.json index d29e182..a28d884 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-native-websocket", - "version": "2.0.8", + "version": "2.0.9", "description": "native websocket implemantation for vuejs and vuex", "main": "dist/build.js", "scripts": {