diff --git a/HISTORY.md b/HISTORY.md index 0a1c913..ad37362 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.2.0 / 2015-01-05 +================== * Change error to 403 Forbidden when outside root * Fix argument type errors to be consistent diff --git a/package.json b/package.json index daf6bf5..67c366a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resolve-path", "description": "Resolve a relative path against a root path with validation", - "version": "1.1.0", + "version": "1.2.0", "author": "Jonathan Ong (http://jongleberry.com)", "contributors": [ "Douglas Christopher Wilson "