From 5dfe718a1b66970fc70096cf35afaa712ed1a01f Mon Sep 17 00:00:00 2001 From: Wei Hou Date: Thu, 12 Oct 2017 11:36:11 -0500 Subject: [PATCH] Bump version and update contributors list --- CONTRIBUTORS.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 59f0999..776311e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -10,3 +10,4 @@ Cerner Corporation [@gneatgeek]: https://github.com/gneatgeek [@calebmeyer]: https://github.com/calebmeyer [@marcbachmann]: https://github.com/marcbachmann +[@kafkahw]: https://github.com/kafkahw diff --git a/package.json b/package.json index 3a28f26..c04e657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonrpc-dispatch", - "version": "2.2.0", + "version": "2.3.0", "description": "An unopinionated JSONRPC dispatcher for JavaScript", "main": "lib/src/index.js", "scripts": {