From e830419afaf67bf314400d8d83d262759673d105 Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Mon, 19 Oct 2020 13:01:53 +0000 Subject: [PATCH] ci: version bump to v1.2.7 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2a6c98..c493343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "passport-google-verify-token", - "version": "1.2.6", + "version": "1.2.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ea6a7a8..bfbb5d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport-google-verify-token", - "version": "1.2.6", + "version": "1.2.7", "description": "Google Token strategy for Passport, let's you validate the user token server side, usefull for mobile app Google authentication for example. The validation is done by the official Google Auth library for NodeJs.", "main": "./lib/index.js", "types": "./lib/index.d.ts",