From 50a4dde0344ab195c648c3c0f32766ef153a628f Mon Sep 17 00:00:00 2001 From: alinex Date: Sat, 5 Jul 2014 22:18:03 +0200 Subject: [PATCH] Added information for version 0.1.5 --- Changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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,