From b49bcd729752736385c1a7f941d557862dc62101 Mon Sep 17 00:00:00 2001 From: Lui de la Parra Date: Sat, 14 Dec 2019 12:09:28 -0800 Subject: [PATCH] 3.1.1 Release This commit signifies the 3.1.1 release. This release closes a security vulnerability and updates project dependencies to their latest versions. Signed-off-by: Lui de la Parra --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd1644a..b728f0c 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Static methods are exposed on the schema. For example to use `register` function ```default -> passport-local-marpat@3.0.0 test /Users/luidelaparra/Documents/Development/passport-local-marpat +> passport-local-marpat@3.1.1 test /Users/luidelaparra/Documents/Development/passport-local-marpat > nyc _mocha --recursive ./tests --timeout=30000 --exit diff --git a/package.json b/package.json index 5a1bd91..86fbf03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "passport-local-marpat", "description": "marpat account plugin that simplifies building username and password login with Passport", - "version": "3.1.0", + "version": "3.1.1", "main": "index.js", "repository": { "type": "git",