Skip to content

Commit c377e5c

Browse files
committed
Version 1.1.0
1 parent bdf2409 commit c377e5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
105105

106106
## Change History
107107

108-
- 1.1.0 (upcoming)
108+
- 1.1.0 (2016-07-30)
109109
- Added `constructorMixin` option to enable [request/request-promise#123](https://github.com/request/request-promise/pull/123)
110110
- 1.0.0 (2016-07-15)
111111
- All tests green, ready for prime time

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@request/promise-core",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Core Promise support implementation for the simplified HTTP request client 'request'.",
55
"keywords": [
66
"xhr",

0 commit comments

Comments
 (0)