Skip to content

Commit a5900a5

Browse files
committed
chore(release): Release 1.4.3
1 parent 48c9952 commit a5900a5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ yarn.lock
1818

1919
#docker
2020
dockerize.js
21-
docker
21+
docker
22+
23+
# generated
24+
results

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="1.4.3"></a>
2+
# 1.4.3 (2017-12-12)
3+
4+
## Feature
5+
- Add mock module when available (hybrid apps)
6+
7+
## Bugfix
8+
- Fix ngApimockHandler to match expression on decoded url
9+
110
<a name="1.4.2"></a>
211
# 1.4.2 (2017-10-25)
312

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

0 commit comments

Comments
 (0)