Bumps version to 0.10.0

This commit is contained in:
ciaranj 2022-07-22 21:10:48 +01:00
parent df3a9d7803
commit 0749d671f0
2 changed files with 4 additions and 1 deletions

View File

@ -78,6 +78,8 @@ describe('OAuth2',function(){
Change History
==============
* 0.10.0
- OAuth2: No longer allows repeated callbacks 'on error' to propagate to calling code (googleapi often did this apparently)
* 0.9.15
- OAuth2: Allow specification of agent
* 0.9.14
@ -188,3 +190,4 @@ Contributors (In no particular order)
* Andreas Knecht
* AJ ONeal
* Philip Skinner - https://github.com/PhilipSkinner
* Tom Ciborski - https://ciborski.com/

View File

@ -1,7 +1,7 @@
{
"name": "oauth",
"description": "Library for interacting with OAuth 1.0, 1.0A, 2 and Echo. Provides simplified client access and allows for construction of more complex apis and OAuth providers.",
"version": "0.9.15",
"version": "0.10.0",
"directories": {
"lib": "./lib"
},