diff --git a/CHANGELOG.md b/CHANGELOG.md index bb346a5..890431a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.0.3 / 2015-05-24 +------------------ +- license fix https://github.com/jprichardson/node-path-extra/pull/11 + 1.0.2 / 2015-03-02 ------------------ - bugfix `path.delimiter` / all properties added diff --git a/package.json b/package.json index d02d0bc..657ceac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "path-extra", - "version": "1.0.2", + "version": "1.0.3", "description": "path-extra contains methods that aren't included in the vanilla Node.js path package.", "homepage": "https://github.com/jprichardson/node-path-extra", "repository": {