From 06fecdd060938ee154ece732346dc06afb02c2e5 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 18 Nov 2017 12:12:47 -0800 Subject: [PATCH] changelog and build 2.0.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f45cf..3388552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This package is [semantic versioned](http://semver.org/) +## 2.0.5 + +- [bugfix]: fixed context for events callback. thx [@n5leon](https://github.com/n5leon) + ## 2.0.4 - [feature]: namespace actions. thx [@ThomasKlessen](https://github.com/ThomasKlessen) and double thx for tests / test updates! diff --git a/package.json b/package.json index 6ecc34f..86622e9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-native-websocket", - "version": "2.0.4", + "version": "2.0.5", "description": "native websocket implemantation for vuejs and vuex", "main": "dist/build.js", "scripts": {