From de1fc65a4b581fa4eecf256863f7277cf7072625 Mon Sep 17 00:00:00 2001 From: JP Richardson Date: Fri, 19 Jun 2015 09:57:36 -0500 Subject: [PATCH] 0.20.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index feb5583..1bbc8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -0.20.0 / 2015-06-xx +0.20.0 / 2015-06-19 ------------------- - removed `jsonfile` aliases with `File` in the name, they weren't documented and probably weren't in use e.g. this package had both `fs.readJsonFile` and `fs.readJson` that were aliases to each other, now use `fs.readJson`. diff --git a/package.json b/package.json index 4637869..b9e3a6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-extra", - "version": "0.19.0", + "version": "0.20.0", "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": {