Skip to content

Commit

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

## [1.1.0] - 2018-06-06
### Added
- Support using a strategy which overrides the `getOAuthAccessToken` function, for example the Reddit or Spotify strategy. #10

## [1.0.0] - 2015-12-17
### Added
- Allow extra params to be sent when requesting access token.
Expand Down Expand Up @@ -47,6 +51,7 @@ The move from 0.4 to 1.0 is non-breaking, _unless_ you are using a version of no
### Added
- Initial release.

[1.1.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v0.4.0...v1.0.0
[0.4.0]: https://github.com/fiznool/passport-oauth2-refresh/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/fiznool/passport-oauth2-refresh/compare/v0.3.0...v0.3.1
Expand Down
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-oauth2-refresh",
"version": "1.0.0",
"version": "1.1.0",
"description": "A passport.js add-on to provide automatic OAuth 2.0 token refreshing.",
"main": "lib/refresh.js",
"directories": {
Expand All @@ -13,13 +13,7 @@
"type": "git",
"url": "https://github.com/fiznool/passport-oauth2-refresh.git"
},
"keywords": [
"passport",
"oauth",
"oauth2",
"auth",
"authentication"
],
"keywords": ["passport", "oauth", "oauth2", "auth", "authentication"],
"author": {
"name": "Tom Spencer",
"email": "[email protected]",
Expand Down

0 comments on commit 49ce2cc

Please sign in to comment.