Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Jul 18, 2016
1 parent e341e3d commit 91d1a6a
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 @@ -49,6 +49,8 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a

## Change History

- v1.0.2 (2016-07-18)
- Fix for using with module bundlers like Webpack and Browserify
- v1.0.1 (2016-07-17)
- Fixed `@request/promise-core` version for safer versioning
- v1.0.0 (2016-07-15)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "request-promise-native",
"version": "1.0.1",
"version": "1.0.2",
"description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.",
"keywords": [
"xhr",
Expand Down

0 comments on commit 91d1a6a

Please sign in to comment.