Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fiznool committed Apr 15, 2023
1 parent 195fdcf commit 7c2137b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [2.2.0] - 2023-04-15

### Added

- Added a new named export `AuthTokenRefresh`. This is a
constructor that can be invoked to create a distinct instance, for
applications that require more than one Passport instance.

## Updated

- Added node 18 to test runner
- Updated dependencies

## [2.1.0] - 2021-06-29

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

- Initial release.

[2.2.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v2.1.0...v2.2.0
[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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"version": "2.2.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 7c2137b

Please sign in to comment.