Skip to content

Commit a135c47

Browse files
committed
chore(release): Release 1.4.2
1 parent af3eec5 commit a135c47

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="1.4.2"></a>
2+
# 1.4.2 (2017-10-25)
3+
4+
## Feature
5+
- Add support for disabled selenium promise manager
6+
17
<a name="1.4.1"></a>
28
# 1.4.1 (2017-08-31)
39

docker/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
{
2-
"name": "ng-apimock-docker",
3-
"version": "1.2.4",
4-
"dependencies": {
5-
"ng-apimock": "1.2.4",
6-
"express": "4.15.2"
7-
}
8-
}
1+
{"name":"ng-apimock-docker","version":"1.4.2","dependencies":{"ng-apimock":"1.4.2","express":"4.15.2"}}

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.1",
4+
"version": "1.4.2",
55
"homepage": "https://mdasberg.github.io/ng-apimock",
66
"author": {
77
"name": "Mischa Dasberg",

0 commit comments

Comments
 (0)