diff --git a/Changelog.md b/Changelog.md index 2ca913b..3db5e0d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,17 @@ Version changes The following list gives a short overview about what is changed between individual versions: +Version 0.2.0 (2015-02-14) +------------------------------------------------- +- Updated changelog. +- Changed version number. +- Changed version number. +- Merged changes. +- Merge branch 'master' of https://github.com/alinex/node-fs +- Added information for version 0.2.0 +- Added ignoreErrors option. +- Update dependent packages. + Version 0.1.10 (2015-02-03) ------------------------------------------------- - Bug fixed: complete filename without asterix will now match also. diff --git a/package.json b/package.json index 8e05db0..41db8ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alinex-fs", - "version": "0.1.10", + "version": "0.2.0", "description": "Extension of nodes filesystem tools.", "copyright": "Alexander Schilling 2014", "private": false,