Skip to content

Commit

Permalink
version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sakren committed May 8, 2014
1 parent 1536286 commit 8d22cbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,9 @@ $ npm test

## Changelog

* 2.3.1
+ Fixed bug with passing list of parameters in method calls [https://github.com/sakren/node-dependency-injection/issues/7](#7)

* 2.3.0
+ Added option for services derived from other services
+ Support for calling methods from other services in config
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dependency-injection",
"description": "Dependency injection with configuration and autowire for node js and browser",
"version": "2.3.0",
"version": "2.3.1",
"author": {
"name": "David Kudera",
"email": "sakren@gmail.com"
Expand Down

0 comments on commit 8d22cbb

Please sign in to comment.