diff --git a/CHANGELOG.md b/CHANGELOG.md index c954453b..c920e096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,7 @@ 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 @@ -14,6 +9,11 @@ This changelog follows Semantic Versioning https://semver.org/ 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 diff --git a/package.json b/package.json index 30fc5f86..cecd9d63 100644 --- a/package.json +++ b/package.json @@ -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",