diff --git a/CHANGELOG.md b/CHANGELOG.md index 665a5be..03ac2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v3.3.0 (2020-02-07) + +#### :rocket: Enhancement +* [#288](https://github.com/pretenderjs/pretender/pull/288) Adds url parse and removes the usage of anchor ([@eluciano11](https://github.com/eluciano11)) + +#### Committers: 2 +- Emmanuel Luciano ([@eluciano11](https://github.com/eluciano11)) +- Thomas Wang ([@xg-wang](https://github.com/xg-wang)) + ## 3.2.0 (2019-12-22) #### :rocket: Enhancement diff --git a/package.json b/package.json index 7010d3c..6b523a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pretender", - "version": "3.2.0", + "version": "3.3.0", "main": "./dist/pretender.js", "module": "./dist/pretender.es.js", "types": "index.d.ts",