From 1f19bc984c65fdca64dc8d73a69ecb69b1296763 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sat, 20 Aug 2022 22:33:39 -0700 Subject: [PATCH] chore: v0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f965d8a..7a6ccab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patha", - "version": "0.3.0", + "version": "0.4.0", "description": "File paths library. All you need to work with paths. Tiny drop-in replacement for 'path'. Works in Node, Browser, and Deno.", "homepage": "https://github.com/aminya/patha", "repository": "https://github.com/aminya/patha",