diff --git a/jsr.json b/jsr.json index 6a43dd5..73fdaa5 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@luxass/vitest-testdirs", - "version": "1.0.0", + "version": "1.1.0", "exports": { ".": "./src/index.ts", "./utils": "./src/utils.ts", diff --git a/package.json b/package.json index 396555d..36ad621 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitest-testdirs", - "version": "1.0.0", + "version": "1.1.0", "description": "A utility for Vitest to create isolated test directories", "type": "module", "author": {