Skip to content

Commit cec6648

Browse files
committed
v2.0.2
1 parent a7d2d08 commit cec6648

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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+
## [2.0.2] - 2021-05-11
7+
8+
### Updated
9+
10+
- Update dependencies and test against node 16.
611
## [2.0.1] - 2020-12-02
712

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

8691
- Initial release.
8792

93+
[2.0.2]: https://github.com/fiznool/passport-oauth2-refresh/compare/v2.0.1...v2.0.2
8894
[2.0.1]: https://github.com/fiznool/passport-oauth2-refresh/compare/v2.0.0...v2.0.1
8995
[2.0.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v1.1.0...v2.0.0
9096
[1.1.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v1.0.0...v1.1.0

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.0.1",
3+
"version": "2.0.2",
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)