Skip to content

Commit

Permalink
release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Alabor committed Jun 3, 2014
1 parent 443a4fa commit 3a70e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changes

## 1.0.3
* Request id generation with rigorous implementation of RFC4122 UUIDs. thx @mgesmundo.

## 1.0.2
* Removed dependency on `browserbuild` by introducing a simple wrapper function around client code. thx @cayasso.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primus-responder",
"version": "1.0.2",
"version": "1.0.3",
"description": "Request-Response ortiented communication for websockets with Primus.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3a70e36

Please sign in to comment.