Bumps package version to 0.9.10

This commit is contained in:
ciaranj 2013-03-05 17:40:21 +00:00
parent 03d713be9a
commit a295a66b60
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ Installation
Change History Change History
============== ==============
* 0.9.10
- OAuth2: Addresses 2 issues that came in with 0.9.9, #129 & #125
* 0.9.9 * 0.9.9
- OAuth1: Fix the mismatch between the output of querystring.stringify() and this._encodeData(). (thank you rolandboon) - OAuth1: Fix the mismatch between the output of querystring.stringify() and this._encodeData(). (thank you rolandboon)
- OAuth2: Adds Authorization Header and supports extra headers by default ( thanks to Brian Park) - OAuth2: Adds Authorization Header and supports extra headers by default ( thanks to Brian Park)

View File

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