Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang committed Feb 10, 2020
1 parent a76e1c3 commit 50017f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v3.3.1 (2020-02-09)

#### :bug: Bug Fix
* [#291](https://github.com/pretenderjs/pretender/pull/291) Fix typo in type defs ([@mfeckie](https://github.com/mfeckie))
* [#290](https://github.com/pretenderjs/pretender/pull/290) Removes unnecessary url-parse required from iife-wrapper ([@eluciano11](https://github.com/eluciano11))

#### Committers: 2
- Emmanuel Luciano ([@eluciano11](https://github.com/eluciano11))
- Martin Feckie ([@mfeckie](https://github.com/mfeckie))

## v3.3.0 (2020-02-07)

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

0 comments on commit 50017f6

Please sign in to comment.