diff --git a/README.md b/README.md index d678a554..cb1df8ba 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,9 @@ minimize a global energy function, which is equivalent to statistical multi-dime # Release Notes +## v0.3.4 (Septemper 04, 2014) +Correctly detect circular dependencies when using path aliases in RequireJS config (Thanks to Nicolas Ramz). + ## v0.3.3 (July 11, 2014) Fixed bug with relative paths in AMD not handled properly when checking for cyclic dependencies. diff --git a/package.json b/package.json index b412e968..be153ff6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "madge", - "version": "0.3.3", + "version": "0.3.4", "author": "Patrik Henningsson ", "repository": "git://github.com/pahen/node-madge", "homepage": "https://github.com/pahen/node-madge",