Skip to content

Commit 65f81ac

Browse files
committed
Release 3.4.0
1 parent 4d452fd commit 65f81ac

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v3.4.0 (2020-03-21)
2+
3+
#### :rocket: Enhancement
4+
* [#296](https://github.com/pretenderjs/pretender/pull/296) Vendor whatwg-fetch using rollup+devDep ([@ryanto](https://github.com/ryanto))
5+
6+
#### :house: Internal
7+
* [#294](https://github.com/pretenderjs/pretender/pull/294) Upgrade devDependencies and CI ([@xg-wang](https://github.com/xg-wang))
8+
9+
#### Committers: 2
10+
- Ryan T ([@ryanto](https://github.com/ryanto))
11+
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))
12+
113
## v3.3.1 (2020-02-09)
214

315
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)