Skip to content

Commit

Permalink
chore(release): Release 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Mar 16, 2018
1 parent 92e3414 commit 66b6881
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ test

# typescript
**/*.ts
!**/*.d.ts
tslint.json
tsconfig.json

Expand All @@ -15,6 +16,7 @@ _config.yml
.npmignore
yarn.lock
.tmp/
spec

#docker
dockerize.js
Expand Down
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.5"></a>
# 1.4.5 (2018-03-15)

## Feature
- Add baseUrl at run configuration

<a name="1.4.4"></a>
# 1.4.4 (2017-12-13)

Expand Down
2 changes: 1 addition & 1 deletion docker/package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"ng-apimock-docker","version":"1.4.4","dependencies":{"ng-apimock":"1.4.4","express":"4.15.2"}}
{"name":"ng-apimock-docker","version":"1.4.5","dependencies":{"ng-apimock":"1.4.5","express":"4.15.2"}}
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4",
"version": "1.4.5",
"homepage": "https://mdasberg.github.io/ng-apimock",
"author": {
"name": "Mischa Dasberg",
Expand Down

0 comments on commit 66b6881

Please sign in to comment.