Skip to content

Commit

Permalink
Preparing to release v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
theturtle32 committed Nov 28, 2014
1 parent 2ea8622 commit 02b354c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Version 1.0.12
--------------
*Released 2014-11-28*

* Fixes [issue #170](https://github.com/theturtle32/WebSocket-Node/issues/170) - Non-native XOR implementation broken after making JSHint happy


Version 1.0.11
--------------
*Released 2014-11-25*
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ Documentation
Changelog
---------

***Current Version: 1.0.11*** — Released 2014-11-25
***Current Version: 1.0.12*** — Released 2014-11-28

***Version 1.0.12***

* Fixes [issue #170](https://github.com/theturtle32/WebSocket-Node/issues/170) - Non-native XOR implementation broken after making JSHint happy


***Version 1.0.11***

* Fixes some undefined behavior surrounding closing WebSocket connections and more reliably handles edge cases.
* Adds an implementation of the W3C WebSocket API for browsers to facilitate sharing code between client and server via browserify. (Thanks, [@ibc](https://github.com/ibc)!)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"client"
],
"author": "Brian McKelvey <brian@worlize.com> (https://www.worlize.com/)",
"version": "1.0.11",
"version": "1.0.12",
"repository": {
"type": "git",
"url": "https://github.com/theturtle32/WebSocket-Node.git"
Expand Down

0 comments on commit 02b354c

Please sign in to comment.