We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf2409 commit c377e5cCopy full SHA for c377e5c
README.md
@@ -105,7 +105,7 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
105
106
## Change History
107
108
-- 1.1.0 (upcoming)
+- 1.1.0 (2016-07-30)
109
- Added `constructorMixin` option to enable [request/request-promise#123](https://github.com/request/request-promise/pull/123)
110
- 1.0.0 (2016-07-15)
111
- All tests green, ready for prime time
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@request/promise-core",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"description": "Core Promise support implementation for the simplified HTTP request client 'request'.",
5
"keywords": [
6
"xhr",
0 commit comments