From 07947c44e3a5f66d723e34719a9e95e557a5c619 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 19 Jan 2022 11:12:37 -0800 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bdf018..9d97c5b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cached-path-relative", "description": "Memoize the results of the path.relative function", "repository": "git://github.com/ashaffer/cached-path-relative.git", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "main": "lib/index.js", "dependencies": {},