Skip to content

Commit

Permalink
Release 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang committed Jul 27, 2021
1 parent 656a6a9 commit 3144da8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v3.4.4 (2021-07-27)

#### :bug: Bug Fix
* [#326](https:/pretenderjs/pretender/pull/326) Fix - Add default timeout to XMLHttpRequest ([@bombillazo](https:/bombillazo))
* [#320](https:/pretenderjs/pretender/pull/320) Handle progress events for FormData request body properly ([@mrijke](https:/mrijke))

#### :memo: Documentation
* [#315](https:/pretenderjs/pretender/pull/315) README update ([@ledleds](https:/ledleds))

#### :house: Internal
* [#317](https:/pretenderjs/pretender/pull/317) Rewrite pretender to typescript ([@xg-wang](https:/xg-wang))

#### Committers: 5
- Hector Ayala ([@bombillazo](https:/bombillazo))
- Maarten Rijke ([@mrijke](https:/mrijke))
- Robert Jackson ([@rwjblue](https:/rwjblue))
- Thomas Wang ([@xg-wang](https:/xg-wang))
- Vicky Ledsom ([@ledleds](https:/ledleds))


## v3.4.3 (2020-05-19)

#### :memo: Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretender",
"version": "3.4.3",
"version": "3.4.4",
"main": "./dist/pretender.js",
"module": "./dist/pretender.es.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 3144da8

Please sign in to comment.