From 991b6076bdca211c40735c9df9b82b079c412686 Mon Sep 17 00:00:00 2001 From: Joshua Harms Date: Sat, 24 Jun 2017 13:07:06 -0500 Subject: [PATCH] 2.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2132cff..9ffe5da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davenport", - "version": "2.5.0", + "version": "2.6.0", "description": "A CouchDB client for simplifying common tasks like get, list, create, update and delete. Comes complete with full TypeScript definitions.", "main": "bin/index.js", "typings": "bin/index.d.ts",