From 68fd7789dc9643031b43f731b3f13fafc0544fc5 Mon Sep 17 00:00:00 2001 From: "knight.chen" Date: Thu, 31 Aug 2023 16:13:22 +0800 Subject: [PATCH 1/3] 2.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2dc1101..e78804a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-lib-types", - "version": "2.0.4", + "version": "2.0.5", "main": "dist/index.js", "module": "dist/index.mjs", "typings": "dist/index.d.ts", From 89ea6adc10beebb10438df76d227e836126e278a Mon Sep 17 00:00:00 2001 From: "knight.chen" Date: Wed, 4 Oct 2023 19:12:07 +0800 Subject: [PATCH 2/3] 2.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e78804a..7bc8c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-lib-types", - "version": "2.0.5", + "version": "2.0.6", "main": "dist/index.js", "module": "dist/index.mjs", "typings": "dist/index.d.ts", From eb2e828c5c0f8851e670e3fccd83bd66bfbfff77 Mon Sep 17 00:00:00 2001 From: "knight.chen" Date: Mon, 9 Oct 2023 14:02:36 +0800 Subject: [PATCH 3/3] 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bc8c6d..0135623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-lib-types", - "version": "2.0.6", + "version": "2.1.0", "main": "dist/index.js", "module": "dist/index.mjs", "typings": "dist/index.d.ts",