Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang committed Mar 21, 2020
1 parent 4d452fd commit 65f81ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v3.4.0 (2020-03-21)

#### :rocket: Enhancement
* [#296](https://github.com/pretenderjs/pretender/pull/296) Vendor whatwg-fetch using rollup+devDep ([@ryanto](https://github.com/ryanto))

#### :house: Internal
* [#294](https://github.com/pretenderjs/pretender/pull/294) Upgrade devDependencies and CI ([@xg-wang](https://github.com/xg-wang))

#### Committers: 2
- Ryan T ([@ryanto](https://github.com/ryanto))
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))

## v3.3.1 (2020-02-09)

#### :bug: Bug Fix
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.3.1",
"version": "3.4.0",
"main": "./dist/pretender.js",
"module": "./dist/pretender.es.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 65f81ac

Please sign in to comment.