From 05d9d1407fd0f95fab56d4da01e514689a58b0dc Mon Sep 17 00:00:00 2001 From: Gary Arora Date: Thu, 22 Nov 2018 09:05:38 -0500 Subject: [PATCH] new release for promisify --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 490a25a..c31b64a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cognito-express", - "version": "2.0.13", + "version": "2.0.14", "description": "cognito-express authenticates API requests on a Node-Express application by verifying the signature of AccessToken or IDToken generated by Amazon Cognito.", "main": "./lib/index.js", "scripts": {