Skip to content

Commit

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

## [2.0.2] - 2021-05-11

### Updated

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

### Updated
Expand Down Expand Up @@ -85,6 +90,7 @@ The move from 0.4 to 1.0 is non-breaking, _unless_ you are using a version of no

- Initial release.

[2.0.2]: https://github.com/fiznool/passport-oauth2-refresh/compare/v2.0.1...v2.0.2
[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
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.1",
"version": "2.0.2",
"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 cec6648

Please sign in to comment.