Skip to content

Commit

Permalink
3.1.1 Release
Browse files Browse the repository at this point in the history
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 <Lui@mutesymphony.com>
  • Loading branch information
Luidog committed Dec 14, 2019
1 parent 5078cfa commit b49bcd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Static methods are exposed on the schema. For example to use `register` function

<!--@execute('npm run test',[])-->
```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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b49bcd7

Please sign in to comment.