Skip to content

Commit

Permalink
Release 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang committed Apr 20, 2020
1 parent e25f0c5 commit 54107ec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v3.4.1 (2020-04-20)

#### :bug: Bug Fix
* [#299](https://github.com/pretenderjs/pretender/pull/299) fix: passThroughRequest typo ([@mattrothenberg](https://github.com/mattrothenberg))

#### :house: Internal
* [#257](https://github.com/pretenderjs/pretender/pull/257) refactor: extract create-passthrough & interceptor ([@givanse](https://github.com/givanse))
* [#256](https://github.com/pretenderjs/pretender/pull/256) refactor: extract hosts ([@givanse](https://github.com/givanse))

#### Committers: 2
- Gastón I. Silva ([@givanse](https://github.com/givanse))
- Matt Rothenberg ([@mattrothenberg](https://github.com/mattrothenberg))

## v3.4.0 (2020-03-21)

#### :rocket: Enhancement
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.0",
"version": "3.4.1",
"main": "./dist/pretender.js",
"module": "./dist/pretender.es.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 54107ec

Please sign in to comment.