From 823377269504483a48d7db4f1e4d53770dee4504 Mon Sep 17 00:00:00 2001 From: JP Richardson Date: Wed, 15 Apr 2015 09:48:50 -0500 Subject: [PATCH] 0.18.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a16028..d6f3a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.18.1 / 2015-04-15 +------------------- +- improved windows support for `move()` a bit. https://github.com/jprichardson/node-fs-extra/commit/92838980f25dc2ee4ec46b43ee14d3c4a1d30c1b +- fixed a lot of tests for Windows (appveyor) + 0.18.0 / 2015-03-31 ------------------- - added `emptyDir()` and `emptyDirSync()` diff --git a/package.json b/package.json index 8978cdb..d20b999 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-extra", - "version": "0.18.0", + "version": "0.18.1", "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.", "homepage": "https://github.com/jprichardson/node-fs-extra", "repository": {