Skip to content

Commit

Permalink
Updated to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwky committed Apr 30, 2019
1 parent b635297 commit 8b35294
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
This changelog follows Semantic Versioning https://semver.org/

# Unreleased
# 2.1.1 (2019-04-30)

### Patch

* Added gitlab sast testing @rwky
* Updated npm dev deps @rwky
* Updated README and CONTRIBUTING to explain differences between passport and passport-next #13 @rwky
* Fixed monkey patch and memory leak #15 #9 @MayaWolf

# 2.1.0 (2018-11-03)

### Minor

* Exposed the method to customize the SessionManager object @adamhathcock

### Patch

* Added node 11 support @rwky
* Lint fixes @rwky
* Updated dev deps @rwky
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@passport-next/passport",
"version": "2.1.0",
"version": "2.1.1",
"description": "Simple, unobtrusive authentication for Node.js.",
"keywords": [
"express",
Expand Down

0 comments on commit 8b35294

Please sign in to comment.