From a42cc4e93ed227a77444bdb269ce1c4723d9b76d Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 13 Feb 2018 14:22:40 -0500 Subject: [PATCH] 1.4.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f1b70fa..ea4328a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.4.0 / 2018-02-13 +================== * Fix resolving paths with certain special characters * deps: http-errors@~1.6.2 diff --git a/package.json b/package.json index 76c0c6d..1823da0 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.3.3", + "version": "1.4.0", "author": "Jonathan Ong (http://jongleberry.com)", "contributors": [ "Douglas Christopher Wilson "