Skip to content

Commit 3144da8

Browse files
committed
Release 3.4.4
1 parent 656a6a9 commit 3144da8

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v3.4.4 (2021-07-27)
2+
3+
#### :bug: Bug Fix
4+
* [#326](https://github.com/pretenderjs/pretender/pull/326) Fix - Add default timeout to XMLHttpRequest ([@bombillazo](https://github.com/bombillazo))
5+
* [#320](https://github.com/pretenderjs/pretender/pull/320) Handle progress events for FormData request body properly ([@mrijke](https://github.com/mrijke))
6+
7+
#### :memo: Documentation
8+
* [#315](https://github.com/pretenderjs/pretender/pull/315) README update ([@ledleds](https://github.com/ledleds))
9+
10+
#### :house: Internal
11+
* [#317](https://github.com/pretenderjs/pretender/pull/317) Rewrite pretender to typescript ([@xg-wang](https://github.com/xg-wang))
12+
13+
#### Committers: 5
14+
- Hector Ayala ([@bombillazo](https://github.com/bombillazo))
15+
- Maarten Rijke ([@mrijke](https://github.com/mrijke))
16+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
17+
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))
18+
- Vicky Ledsom ([@ledleds](https://github.com/ledleds))
19+
20+
121
## v3.4.3 (2020-05-19)
222

323
#### :memo: Documentation

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.3",
3+
"version": "3.4.4",
44
"main": "./dist/pretender.js",
55
"module": "./dist/pretender.es.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)