Skip to content

Commit 706072b

Browse files
committed
prepare for release
1 parent 413b2d4 commit 706072b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.4.1"></a>
2+
# 1.4.1 (2017-08-31)
3+
4+
## Bugfix
5+
- Fix timeouts issues for POST or PUT methods whn passThrough is selected (passTrough does not have to wait for the request end)
6+
- Fix interface issues when selecting passthrough or defaults
7+
18
<a name="1.4.0"></a>
29
# 1.4.0 (2017-08-21)
310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ng-apimock",
33
"description": "Node plugin that provides the ability to use scenario based api mocking of angular apps",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"homepage": "https://mdasberg.github.io/ng-apimock",
66
"author": {
77
"name": "Mischa Dasberg",

0 commit comments

Comments
 (0)