Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Jun 7, 2017
1 parent a57409a commit 7c81505
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 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.2.5"></a>
# 1.2.5 (2017-06-07)

## Bugfix
- Fix dependency problem when uuid is required by another dependency

<a name="1.2.4"></a>
# 1.2.4 (2017-04-24)

Expand Down
28 changes: 14 additions & 14 deletions 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.2.4",
"version": "1.2.5",
"homepage": "https://mdasberg.github.io/ng-apimock",
"author": {
"name": "Mischa Dasberg",
Expand Down Expand Up @@ -43,14 +43,14 @@
"angular": "1.6.4",
"angular-mocks": "1.6.4",
"angular-resource": "1.6.4",
"async": "2.3.0",
"fs-extra": "2.1.2",
"glob": "7.1.1",
"async": "2.4.1",
"fs-extra": "3.0.1",
"glob": "7.1.2",
"hooker": "0.2.3",
"lodash": "4.17.4",
"path": "0.12.7",
"then-request": "2.2.0",
"url-join": "2.0.1",
"url-join": "2.0.2",
"uuid": "3.0.1"
},
"keywords": [
Expand All @@ -63,20 +63,20 @@
"devDependencies": {
"@types/async": "2.0.40",
"@types/connect": "3.4.30",
"@types/fs-extra": "2.1.0",
"@types/fs-extra": "3.0.3",
"@types/glob": "5.0.30",
"chai": "3.5.0",
"chai": "4.0.2",
"chai-as-promised": "6.0.0",
"connect": "3.6.1",
"connect": "3.6.2",
"cucumber": "1.3.1",
"cucumberjs-junitxml": "1.0.0",
"jasmine-node": "1.14.5",
"protractor": "5.1.1",
"protractor-cucumber-framework": "3.1.0",
"serve-static": "1.12.1",
"tslint": "5.1.0",
"tslint-eslint-rules": "4.0.0",
"typescript": "2.2.2",
"protractor": "5.1.2",
"protractor-cucumber-framework": "3.1.1",
"serve-static": "1.12.3",
"tslint": "5.4.3",
"tslint-eslint-rules": "4.1.1",
"typescript": "2.3.4",
"vrsource-tslint-rules": "5.1.0"
}
}

0 comments on commit 7c81505

Please sign in to comment.