Skip to content

Commit

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

## [2.1.0] - 2021-06-29

### Added

- `setRefreshOAuth2` option to customise the OAuth2 adapter that is used to refresh the access token.

## [2.0.2] - 2021-05-11

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

- Initial release.

[2.1.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v2.0.2...v2.1.0
[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
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.2",
"version": "2.1.0",
"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 8e07bfb

Please sign in to comment.