From 54784b03a15164e75b65592c4b24b7c0d50367af Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 5 Jan 2015 15:57:56 -0500 Subject: [PATCH] 1.2.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 "