From ec630530d114d6cd937580c9eb8d38dfde1683ef Mon Sep 17 00:00:00 2001 From: Lev Chelyadinov Date: Tue, 1 Oct 2024 20:41:51 +0200 Subject: [PATCH] Bump version to 2.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a990db..14e1034 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@feature-sliced/filesystem", - "version": "2.3.0", + "version": "2.4.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",