From a8b7690f8560ef52bb38f6805dcb2f5c40ee0f29 Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Mon, 12 Sep 2016 14:14:36 +0100 Subject: [PATCH] v0.4.1 --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 64dba1a..07e0d4d 100644 --- a/changelog.md +++ b/changelog.md @@ -70,7 +70,7 @@ Breaking changes: * Update `.npmignore` * Update license -## Next +## 0.4.1 * Update `bluebird` dependency to v3.4.6 * Update dev dependencies diff --git a/package.json b/package.json index 61f1ff4..8ee6e72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-extra-promise", - "version": "0.4.0", + "version": "0.4.1", "description": "Node file system library and fs-extra module promisified with bluebird", "main": "./lib/", "author": {