Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwky committed Jul 13, 2019
1 parent 06e3b05 commit bc04113
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
This changelog follows Semantic Versioning https://semver.org/

# 3.0.1 (2019-07-13)

### Patch

* Fixed premature redirect in logOut #20 @rwky

# 3.0.0 (UNRELEASED)
# 3.0.0 (2019-07-13)

### Major

* Major lint changes, there are no functional changes but due to the massive
amount of code changes this is being marked as a major bump for caution sake
this will hopefully be the last of the changes like this for a while.

### Patch

* Fixed premature redirect in logOut and improved test coverage #20 @rwky
* Removed make-node and replaced with nyc and coveralls @rwky

# 2.1.1 (2019-04-30)

### Patch
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": "3.0.1",
"version": "3.0.0",
"description": "Simple, unobtrusive authentication for Node.js.",
"author": {
"name": "Passport Next Developers",
Expand Down

0 comments on commit bc04113

Please sign in to comment.