We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f045f commit 6202fc8Copy full SHA for 6202fc8
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v3.4.7 (2021-08-04)
2
+
3
+#### :bug: Bug Fix
4
+* [#331](https://github.com/pretenderjs/pretender/pull/331) Fix setting timeout to sync XHR ([@xg-wang](https://github.com/xg-wang))
5
6
+#### Committers: 1
7
+- Thomas Wang ([@xg-wang](https://github.com/xg-wang))
8
9
10
## v3.4.6 (2021-07-30)
11
12
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "pretender",
- "version": "3.4.6",
+ "version": "3.4.7",
"main": "./dist/pretender.js",
"module": "./dist/pretender.es.js",
"types": "index.d.ts",
0 commit comments