Skip to content

Commit 2e7a21c

Browse files
author
Thomas Wang
committed
Release 3.3.0
1 parent fa8bb71 commit 2e7a21c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v3.3.0 (2020-02-07)
2+
3+
#### :rocket: Enhancement
4+
* [#288](https://github.com/pretenderjs/pretender/pull/288) Adds url parse and removes the usage of anchor ([@eluciano11](https://github.com/eluciano11))
5+
6+
#### Committers: 2
7+
- Emmanuel Luciano ([@eluciano11](https://github.com/eluciano11))
8+
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))
9+
110
## 3.2.0 (2019-12-22)
211

312
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)