Skip to content

Commit 9b533b0

Browse files
committed
Version 4.0.0
1 parent 796b317 commit 9b533b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
565565

566566
## Change History
567567

568-
- v4.0.0 (upcoming)
568+
- v4.0.0 (2016-07-15)
569569
- **Breaking Change**: `request` is declared as a peer dependency which has to be installed separately by the user now
570570
- **Breaking Change**: Dropped support for Continuation Local Storage since [`request-promise-any`](https://github.com/request/request-promise-any) can be [used](https://github.com/request/request-promise/wiki/Getting-Back-Support-for-Continuation-Local-Storage) for that now
571571
- Introduced the `transform2xxOnly` option to ease the breaking change regarding the new `transform` handling in v3.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "request-promise",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.",
55
"keywords": [
66
"xhr",

0 commit comments

Comments
 (0)