From e1947c07c0a1125368f5ad82b44d2b28e0489d4d Mon Sep 17 00:00:00 2001 From: masx200 <34191203+masx200@users.noreply.github.com> Date: Wed, 15 Jun 2022 14:23:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- test/{propfind-depth.test.ts => test.test.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{propfind-depth.test.ts => test.test.ts} (100%) diff --git a/package.json b/package.json index b5e24be..ccb9ada 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.0.2", + "version": "3.1.0", "type": "module", "publishConfig": { "access": "public", diff --git a/test/propfind-depth.test.ts b/test/test.test.ts similarity index 100% rename from test/propfind-depth.test.ts rename to test/test.test.ts