Bumping version to 0.9.13

This commit is contained in:
ciaranj 2015-05-15 20:09:28 +01:00
parent 2ecf53e8ec
commit de3a067aba
2 changed files with 4 additions and 1 deletions

View File

@ -77,6 +77,8 @@ describe('OAuth2',function(){
Change History
==============
* 0.9.13
- OAuth2: Fixes the "createCredentials() is deprecated, use tls.createSecureContext instead" message. (thank you AJ ONeal)
* 0.9.12
- 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)
@ -179,3 +181,4 @@ Contributors (In no particular order)
* Jeffrey D. Van Alstine
* Michael Garvin
* Andreas Knecht
* AJ ONeal

View File

@ -1,6 +1,6 @@
{ "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.12"
, "version" : "0.9.13"
, "directories" : { "lib" : "./lib" }
, "main" : "index.js"
, "author" : "Ciaran Jessup <ciaranj@gmail.com>"