From 00e685a5b5286cdf923059332d8c7df8aa5b281c Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Fri, 19 Aug 2022 19:18:42 -0700 Subject: [PATCH] chore: v0.3.0 [skip ci] --- README.md | 3 +-- package.json | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a563c58..561fefc 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,12 @@ Version - License: Apache--2.0

-> File paths library. All you need to work with paths. drop-in replacement for Nodejs 'path'. Tiny and tree-shakable. +> File paths library. All you need to work with paths. Tiny drop-in replacement for 'path'. Works in Node, Browser, and Deno. diff --git a/package.json b/package.json index d6bb0e1..3c9c6d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "patha", - "version": "0.2.1", - "description": "File paths library. All you need to work with paths. drop-in replacement for Nodejs 'path'. Tiny and tree-shakable.", + "version": "0.3.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", "license": "Apache-2.0",