From 4451fe5f5848a1800e5aabe7538fa5ec3b3105c9 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 8 Jun 2015 10:01:34 -0400 Subject: [PATCH] chore(package) v1.2.0 --- ChangeLog | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5e4262b..5e5af44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015.06.08, v1.2.0 + +feature: +- (package) rm checkup + + 2015.06.03, v1.1.5 fix: diff --git a/package.json b/package.json index 1fc2065..01fdb8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readify", - "version": "1.1.5", + "version": "1.2.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "Read directory content with file attributes: size, owner, mode", "homepage": "http://github.com/coderaiser/readify",