From 9a0445d8f5e55965c202909ce523927a9ab07c9e Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 16 Jun 2015 00:21:08 -0400 Subject: [PATCH] 1.3.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9a65c72..665390a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.3.0 / 2015-06-15 +================== * Use `path-is-absolute` to better detect absolute paths * perf: enable strict mode diff --git a/package.json b/package.json index 7ee9bdb..5898e4c 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.2.2", + "version": "1.3.0", "author": "Jonathan Ong (http://jongleberry.com)", "contributors": [ "Douglas Christopher Wilson "