From f8cc2cbf48b340606aa59d61889e7b81f6003ec6 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Fri, 19 Aug 2022 01:48:51 -0700 Subject: [PATCH] chore: v0.2.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0917a72..d6809f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patha", - "version": "0.1.0", + "version": "0.2.0", "description": "File paths library. All you need to work with paths. drop-in replacement for Nodejs 'path'. Tiny and tree-shakable.", "repository": "https://github.com/aminya/patha", "license": "Apache-2.0",