Skip to content

Commit

Permalink
bump package version to 2.2; update changelog; add issue tracker URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Jul 13, 2016
1 parent 0e5c658 commit 173497d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aerospike",
"version": "2.1.1",
"version": "2.2.0",
"description": "Aerospike Client Library",
"tags": [
"aerospike",
Expand All @@ -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",
Expand Down

0 comments on commit 173497d

Please sign in to comment.