Skip to content

Commit

Permalink
Prepare v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Nov 26, 2011
1 parent 6ad22fb commit 85effff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

0.0.5 November 26th, 2011
- Add Subscription API (John Ku, #3)
- Add Invoices API (Chris Winn, #6)
- Fix a bug where callback could be called twice, if the callback()
threw an error itself (Peteris Krumins)
- Fix bug in tokens.retrieve API (Xavi)
- Change documentation links (Stripe changed their URL structure)
- Make tests pass again (error in callback is null instead of 0 if all is well)
- Amount in stripe.charges.refund is optional (Branko Vukelic)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Ask Bjørn Hansen <[email protected]> (http:https://www.askask.com/)",
"name": "stripe",
"description": "Stripe API wrapper",
"version": "0.0.3",
"version": "0.0.5",
"homepage": "https://github.com/abh/node-stripe",
"repository": {
"type": "git",
Expand Down

0 comments on commit 85effff

Please sign in to comment.