Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #58 from doktordirk/hotfix-dependency
Browse files Browse the repository at this point in the history
Hotfix dependency
  • Loading branch information
doktordirk committed Mar 26, 2016
2 parents 38233fa + 97ba20f commit 9e84f30
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name"2.2.3"></a>
### 2.2.3 (2016-03-26)


#### Bug Fixes

* **project:** fix wrong dependency introduced in 2.2.2 ([ae8a42d0](https://github.com/SpoonX/aurelia-orm/commit/ae8a42d0))


<a name"2.2.2"></a>
### 2.2.2 (2016-03-25)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-orm",
"version": "2.2.2",
"version": "2.2.3",
"description": "Makes working with entities and calling your Rest API simple.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -35,7 +35,7 @@
"aurelia-binding": "npm:aurelia-binding@^1.0.0-beta.1.3.0",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0-beta.1.2.0",
"aurelia-templating": "npm:templating@^1.0.0-beta.1.2.0",
"aurelia-templating": "npm:aurelia-templating@^1.0.0-beta.1.2.0",
"aurelia-validation": "npm:aurelia-validation@^0.6.6",
"extend": "npm:extend@^3.0.0",
"spoonx/aurelia-api": "github:spoonx/aurelia-api@^2.1.2",
Expand All @@ -45,7 +45,7 @@
"aurelia-binding": "npm:aurelia-binding@^1.0.0-beta.1.3.0",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0-beta.1.2.0",
"aurelia-templating": "npm:templating@^1.0.0-beta.1.2.0",
"aurelia-templating": "npm:aurelia-templating@^1.0.0-beta.1.2.0",
"aurelia-validation": "npm:aurelia-validation@^0.6.6",
"extend": "npm:extend@^3.0.0",
"spoonx/aurelia-api": "github:spoonx/aurelia-api@^2.1.2",
Expand Down

0 comments on commit 9e84f30

Please sign in to comment.