Skip to content

Commit 6202fc8

Browse files
committed
Release 3.4.7
1 parent c7f045f commit 6202fc8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## v3.4.6 (2021-07-30)
211

312
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretender",
3-
"version": "3.4.6",
3+
"version": "3.4.7",
44
"main": "./dist/pretender.js",
55
"module": "./dist/pretender.es.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)