Skip to content

Commit 7c2137b

Browse files
committed
v2.2.0
1 parent 195fdcf commit 7c2137b

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## Unreleased
6+
## [2.2.0] - 2023-04-15
77

88
### Added
99

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

14+
## Updated
15+
16+
- Added node 18 to test runner
17+
- Updated dependencies
18+
1419
## [2.1.0] - 2021-06-29
1520

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

106111
- Initial release.
107112

113+
[2.2.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v2.1.0...v2.2.0
108114
[2.1.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v2.0.2...v2.1.0
109115
[2.0.2]: https://github.com/fiznool/passport-oauth2-refresh/compare/v2.0.1...v2.0.2
110116
[2.0.1]: https://github.com/fiznool/passport-oauth2-refresh/compare/v2.0.0...v2.0.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "passport-oauth2-refresh",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A passport.js add-on to provide automatic OAuth 2.0 token refreshing.",
55
"main": "lib/refresh.js",
66
"directories": {

0 commit comments

Comments
 (0)