Skip to content

Commit

Permalink
Version 1.0.2 (see issue #70)
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Oct 22, 2015
1 parent 2552ed0 commit dbdeaba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,9 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a

## Change History

- v1.0.2 (2015-10-22)
- Removed continuation-local-storage from peer dependencies as it was unnecessary
*(Thanks to @mrhyde for working on a better solution discussed in [issue #70](https://github.com/request/request-promise/issues/70))*
- 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "request-promise",
"version": "1.0.1",
"version": "1.0.2",
"description": "The world-famous HTTP client 'Request' now Promises/A+ compliant. Powered by Bluebird.",
"keywords": [
"xhr",
Expand Down

0 comments on commit dbdeaba

Please sign in to comment.