From aa9e0033c14511671d7302f05f4776098ff84157 Mon Sep 17 00:00:00 2001 From: Lev Chelyadinov Date: Sat, 28 Sep 2024 12:30:44 +0200 Subject: [PATCH] Bump the version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db89823..4a990db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@feature-sliced/filesystem", - "version": "2.2.5", + "version": "2.3.0", "description": "A set of utilities for locating and working with FSD roots in the file system.", "scripts": { "build": "tsup src/index.ts --dts --format esm,cjs --clean",