From 56e609ad2a8379f0063108c79a2437d2151e2185 Mon Sep 17 00:00:00 2001 From: Patrik Henningsson Date: Wed, 6 Jul 2016 11:42:26 +0200 Subject: [PATCH] Update releasenotes. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index be73f6cf..a64fec2d 100644 --- a/README.md +++ b/README.md @@ -253,15 +253,15 @@ minimize a global energy function, which is equivalent to statistical multi-dime # Release Notes -## v1.0.0 (still in development) +## v0.6.0 (July 06, 2016) * Refactored Madge to use ES6 and now requires Node.js 4 to run. ## v0.5.5 (July 03, 2016) -* Add note about Graphviz and Windows in README -* Fix matching absolute path in Windows (Thanks to nadejdashed) -* Support for ES6 re-export syntax (Thanks to Oli Lalonde) -* Support files with ES6 (Thanks to Joel Kemp) -* Improve readme circular return object (Thanks to Way Of The Future) +* Add note about Graphviz and Windows in README. +* Fix matching absolute path in Windows (Thanks to nadejdashed). +* Support for ES6 re-export syntax (Thanks to Oli Lalonde). +* Support files with ES6 (Thanks to Joel Kemp). +* Improve readme circular return object (Thanks to Way Of The Future). ## v0.5.4 (June 13, 2016) * Improved JSX and ES7 support (Thanks to Joel Kemp).