From 3a70e364a735c287498c84a1535a35bde1304f96 Mon Sep 17 00:00:00 2001 From: Manuel Alabor Date: Tue, 3 Jun 2014 07:35:42 +0200 Subject: [PATCH] release 1.0.3 --- CHANGES.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c18d9bc..bafe784 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/package.json b/package.json index 43864f6..84fb52c 100644 --- a/package.json +++ b/package.json @@ -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": {