Skip to content

Commit e5ea96e

Browse files
committed
docs: add descriptions of doOriginalCall to the CHANGELOG.md file
1 parent 83d678e commit e5ea96e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
### Changelog
2+
[2023-03-20]
3+
1. feat: add doOriginalCall method to `RequestInfo` to make the call continue it's normal life cycle.
4+
25
[2023-02-12]
36
1. feat: add vite-plugin-http-request-mock
47

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-request-mock",
3-
"version": "1.8.13",
3+
"version": "1.8.14",
44
"description": "Intercept & mock http requests issued by XMLHttpRequest, fetch, nodejs https/http module, axios, jquery, superagent, ky, node-fetch, request, got or any other request libraries by intercepting XMLHttpRequest, fetch and nodejs native requests in low level.",
55
"main": "src/index.js",
66
"module": "http-request-mock.esm.mjs",

0 commit comments

Comments
 (0)