Skip to content

Commit

Permalink
Release 3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang committed Jul 30, 2021
1 parent a6d53af commit 61d1039
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v3.4.6 (2021-07-30)

#### :bug: Bug Fix
* [#322](https://github.com/pretenderjs/pretender/pull/322) Closes [#321](https://github.com/pretenderjs/pretender/issues/321): improve ResponseHandler types ([@mrijke](https://github.com/mrijke))

#### Committers: 1
- Maarten Rijke ([@mrijke](https://github.com/mrijke))


## v3.4.5 (2021-07-27)

#### :house: Internal
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.5",
"version": "3.4.6",
"main": "./dist/pretender.js",
"module": "./dist/pretender.es.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 61d1039

Please sign in to comment.