Skip to content

Commit 0cd24f2

Browse files
committed
v2.0.1
1 parent 24a4ea8 commit 0cd24f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.1] - 2020-12-02
6+
### Updated
7+
- Update dependencies and test against node 14.
8+
59
## [2.0.0] - 2020-03-25
610
### Breaking
711
- Drop support for node < 10.
@@ -55,6 +59,7 @@ The move from 0.4 to 1.0 is non-breaking, _unless_ you are using a version of no
5559
### Added
5660
- Initial release.
5761

62+
[2.0.1]: https://github.com/fiznool/passport-oauth2-refresh/compare/v2.0.0...v2.0.1
5863
[2.0.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v1.1.0...v2.0.0
5964
[1.1.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v1.0.0...v1.1.0
6065
[1.0.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v0.4.0...v1.0.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.0",
3+
"version": "2.0.1",
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)