Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Trek Glowacki committed Oct 12, 2016
1 parent fc5ecf0 commit 68c4e64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Pretender Changelog

## 1.4.0
* [179](https://github.com/pretenderjs/pretender/pull/178) Warn if a second pretedner instance is started
* [181](https://github.com/pretenderjs/pretender/pull/181) Remove test support for node 0.12
* [171](https://github.com/pretenderjs/pretender/pull/171) Fix url behavior in IE 11
* [177](https://github.com/pretenderjs/pretender/pull/177) Allow handlers to return a Promise

## 1.3.0
* [168](https://github.com/pretenderjs/pretender/pull/168) "Verb" methods now return handler
* [166](https://github.com/pretenderjs/pretender/pull/166) HTTP `options` request type added
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretender",
"version": "1.3.0",
"version": "1.4.0",
"authors": [
"Trek Glowacki <trek.glowacki@gmail.com>"
],
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": "1.3.0",
"version": "1.4.0",
"main": "./pretender.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 68c4e64

Please sign in to comment.