Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fiznool committed Dec 2, 2020
1 parent 24a4ea8 commit 0cd24f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.1] - 2020-12-02
### Updated
- Update dependencies and test against node 14.

## [2.0.0] - 2020-03-25
### Breaking
- Drop support for node < 10.
Expand Down Expand Up @@ -55,6 +59,7 @@ The move from 0.4 to 1.0 is non-breaking, _unless_ you are using a version of no
### Added
- Initial release.

[2.0.1]: https://github.com/fiznool/passport-oauth2-refresh/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v0.4.0...v1.0.0
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-oauth2-refresh",
"version": "2.0.0",
"version": "2.0.1",
"description": "A passport.js add-on to provide automatic OAuth 2.0 token refreshing.",
"main": "lib/refresh.js",
"directories": {
Expand Down

0 comments on commit 0cd24f2

Please sign in to comment.