Bumping version to 0.9.13
This commit is contained in:
parent
2ecf53e8ec
commit
de3a067aba
@ -77,6 +77,8 @@ describe('OAuth2',function(){
|
|||||||
Change History
|
Change History
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
* 0.9.13
|
||||||
|
- OAuth2: Fixes the "createCredentials() is deprecated, use tls.createSecureContext instead" message. (thank you AJ ONeal)
|
||||||
* 0.9.12
|
* 0.9.12
|
||||||
- OAuth1/2: Can now pass Buffer instance directly for PUTs+POSTs (thank you Evan Prodromou)
|
- OAuth1/2: Can now pass Buffer instance directly for PUTs+POSTs (thank you Evan Prodromou)
|
||||||
- OAuth1: Improve interoperability with libraries that mess with the prototype. (thank you Jose Ignacio Andres)
|
- OAuth1: Improve interoperability with libraries that mess with the prototype. (thank you Jose Ignacio Andres)
|
||||||
@ -179,3 +181,4 @@ Contributors (In no particular order)
|
|||||||
* Jeffrey D. Van Alstine
|
* Jeffrey D. Van Alstine
|
||||||
* Michael Garvin
|
* Michael Garvin
|
||||||
* Andreas Knecht
|
* Andreas Knecht
|
||||||
|
* AJ ONeal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ "name" : "oauth"
|
{ "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."
|
, "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.12"
|
, "version" : "0.9.13"
|
||||||
, "directories" : { "lib" : "./lib" }
|
, "directories" : { "lib" : "./lib" }
|
||||||
, "main" : "index.js"
|
, "main" : "index.js"
|
||||||
, "author" : "Ciaran Jessup <ciaranj@gmail.com>"
|
, "author" : "Ciaran Jessup <ciaranj@gmail.com>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user