From 6f8237a84e476c57a1b5ab88589245bfff052acb Mon Sep 17 00:00:00 2001 From: Ron Korving Date: Fri, 15 Mar 2013 12:41:12 +0900 Subject: [PATCH] Updated contributors, bumped version. --- History.md | 4 ++-- package.json | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/History.md b/History.md index 0ff6e6c..ec85ed1 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ -Next -==== +2.3.0 / 2013-03-15 +================== * added: xpub/xsub socket types [xla] * added: support for zmq_disconnect [matehat] diff --git a/package.json b/package.json index 59ed3e7..08dae2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zmq", - "version": "2.2.0", + "version": "2.3.0", "description": "Bindings for node.js to zeromq", "main": "index", "repository": { @@ -37,11 +37,14 @@ "Iskren Ivov Chernev ", "Seth Fitzsimmons", "Patrick Lucas", - "Alexander Simmerl", + "Alexander Simmerl (https://github.com/xla)", "Ian Babrou", "Niall O'Higgins", - "Brian White", + "Brian White (https://github.com/mscdex)", + "Mathieu D'Amours (https://github.com/matehat)", "Joshua Gourneau", - "Yaroslav Shirokov" + "Yaroslav Shirokov", + "Marc Harter (https://github.com/wavded)", + "John Sun (https://github.com/freehaha)" ] }