Bumps package version to 0.9.10
This commit is contained in:
parent
03d713be9a
commit
a295a66b60
@ -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)
|
||||||
|
@ -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>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user