Skip to content

Commit a95578f

Browse files
committed
chore: fixed request/promise-core version
1 parent 9b533b0 commit a95578f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,8 @@ 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.1 (2016-07-17)
569+
- Fixed `@request/promise-core` version for safer versioning
568570
- v4.0.0 (2016-07-15)
569571
- **Breaking Change**: `request` is declared as a peer dependency which has to be installed separately by the user now
570572
- **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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"node": ">=0.10.0"
3434
},
3535
"dependencies": {
36-
"@request/promise-core": "^1.0.0",
36+
"@request/promise-core": "1.0.0",
3737
"bluebird": "^3.4.1",
3838
"stealthy-require": "^0.1.0"
3939
},

0 commit comments

Comments
 (0)