From dacd5afd8077cbcda200750550f982d548d22ce8 Mon Sep 17 00:00:00 2001 From: JP Richardson Date: Mon, 22 Sep 2014 09:04:03 -0500 Subject: [PATCH] changelog: update with change #85 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa893126..81097205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.12.0 / 2014-09-22 +------------------- +- copy symlinks in `copySync()` [#85](https://github.com/jprichardson/node-fs-extra/pull/85) + 0.11.1 / 2014-09-02 ------------------- - bugfix `copySync()` preserve file permissions [#80](https://github.com/jprichardson/node-fs-extra/pull/80)