From 686e20d6db007d8655e7982d0ccf5fc16bd6f510 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Sun, 5 Nov 2023 22:25:38 +0500 Subject: [PATCH] chore: bump version to 6.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c31f798..b0f8950 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fdir", - "version": "6.1.0", + "version": "6.1.1", "description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s", "main": "dist/index.js", "types": "dist/index.d.ts",