Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Oct 14, 2015
1 parent 16fd16f commit ae5aa91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -514,6 +514,8 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a

## Change History

- v1.0.1 (2015-10-14)
- Fixed a npm warning by marking continuation-local-storage as a peer dependency
- v1.0.0 (2015-10-11)
- **Braking Change**: Some errors that were previously thrown synchronously - e.g. for wrong input parameters - are now passed to the rejected promise instead
*(Thanks to @josnidhin for suggesting that in [issue #43](https://github.com/request/request-promise/issues/43))*
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "request-promise",
"version": "1.0.0",
"version": "1.0.1",
"description": "The world-famous HTTP client 'Request' now Promises/A+ compliant. Powered by Bluebird.",
"keywords": [
"xhr",
Expand Down

0 comments on commit ae5aa91

Please sign in to comment.