diff --git a/Changelog.md b/Changelog.md index 53be672..e7aedfe 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ Version changes The following list gives a short overview about what is changed between individual versions: +Version 0.1.5 (2014-07-05) +------------------------------------------------- +- Fixed broken code in empty options check. + Version 0.1.4 (2014-06-29) ------------------------------------------------- - Fixed bug in which directory should be created to late. diff --git a/package.json b/package.json index 822f39d..49cdbe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alinex-fs", - "version": "0.1.4", + "version": "0.1.5", "description": "Extension of nodes filesystem tools.", "copyright": "Alexander Schilling 2014", "private": false,