From 173497dfaa889a0114eed8748eef0152846160aa Mon Sep 17 00:00:00 2001 From: Jan Hecking Date: Wed, 13 Jul 2016 18:41:14 +0800 Subject: [PATCH] bump package version to 2.2; update changelog; add issue tracker URL --- History.md | 3 ++- package.json | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 28b995d6..7f701ebb 100644 --- a/History.md +++ b/History.md @@ -1,7 +1,8 @@ -XXX +v2.2.0 / 2016-07-13 =================== * **Improvements** + * Added back support for applying stream UDF to query results w/o aggregation. * Added `maxConnsPerNode` config setting to address [#130](https://github.com/aerospike/aerospike-client-nodejs/issues/130). v2.1.1 / 2016-06-29 diff --git a/package.json b/package.json index f4e146b1..5bd4cd12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aerospike", - "version": "2.1.1", + "version": "2.2.0", "description": "Aerospike Client Library", "tags": [ "aerospike", @@ -24,6 +24,9 @@ "type": "git", "url": "https://github.com/aerospike/aerospike-client-nodejs" }, + "bugs": { + "url": "https://github.com/aerospike/aerospike-client-nodejs/issues" + }, "scripts": { "test": "standard && ./scripts/shuffle_tests", "apidocs": "jsdoc -c jsdoc.json",