Skip to content

Commit

Permalink
chore(release): Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Oct 25, 2017
1 parent af3eec5 commit a135c47
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="1.4.2"></a>
# 1.4.2 (2017-10-25)

## Feature
- Add support for disabled selenium promise manager

<a name="1.4.1"></a>
# 1.4.1 (2017-08-31)

Expand Down
9 changes: 1 addition & 8 deletions docker/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
{
"name": "ng-apimock-docker",
"version": "1.2.4",
"dependencies": {
"ng-apimock": "1.2.4",
"express": "4.15.2"
}
}
{"name":"ng-apimock-docker","version":"1.4.2","dependencies":{"ng-apimock":"1.4.2","express":"4.15.2"}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-apimock",
"description": "Node plugin that provides the ability to use scenario based api mocking of angular apps",
"version": "1.4.1",
"version": "1.4.2",
"homepage": "https://mdasberg.github.io/ng-apimock",
"author": {
"name": "Mischa Dasberg",
Expand Down

0 comments on commit a135c47

Please sign in to comment.