Skip to content

Commit

Permalink
Update changelog, add package.json/engines for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Jan 11, 2018
1 parent 0e8df8d commit 7101a31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Pretender Changelog
## 2.0
* **Breaking change**: updated [fake-xml-http-request](https://github.com/pretenderjs/FakeXMLHttpRequest) to 2.0 (dropping support for end-of-life node versions)
* Improved webpack compatiblity through using module defaults [216](https://github.com/pretenderjs/pretender/pull/216)
* Added TypeScript type information [223](https://github.com/pretenderjs/pretender/pull/223)
## 1.4.1
* [188](https://github.com/pretenderjs/pretender/pull/178) Console warn if a second pretender instance is started

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "2.0.0",
"main": "./pretender.js",
"license": "MIT",
"engines": {
"node": ">=4"
},
"scripts": {
"pretest": "bower install",
"test": "npm run lint && npm run jscs && npm run tests-only",
Expand Down

0 comments on commit 7101a31

Please sign in to comment.