Skip to content

Commit

Permalink
build it
Browse files Browse the repository at this point in the history
  • Loading branch information
nathantsoi committed Jul 27, 2017
1 parent 38b6b8b commit bbecee4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

This package is [semantic versioned](http://semver.org/)

## 2.0.2
## 2.0.3

- [bugfix]: handle json responses that do not include a `.mutation` value
- note that the 2.0.2 npm publish did not include built library and is identical to 2.0.1, 2.0.3 fixes and includes the change above

## 2.0.1
## 2.0.1, 2.0.3

- [bugfix]: call `new WebSocket` constructor without an empty sub-protocol string (throws on Chrome w/o this fix)
- [docs]: update action `json` `action` documentation
Expand Down
2 changes: 1 addition & 1 deletion dist/build.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-native-websocket",
"version": "2.0.2",
"version": "2.0.3",
"description": "native websocket implemantation for vuejs and vuex",
"main": "dist/build.js",
"scripts": {
Expand Down

0 comments on commit bbecee4

Please sign in to comment.