From e200e4c2c1e7503a7e696b5b6066a07af0d522d5 Mon Sep 17 00:00:00 2001 From: kanno <812137533@qq.com> Date: Sun, 6 Aug 2023 13:41:39 +0800 Subject: [PATCH] chore: release v0.9.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0aa852..438b1ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.9.3 + +### Patches + +- Fix "require.resolve" should work with “type:module”. + ## 0.9.2 ### Patches diff --git a/package.json b/package.json index 4c30e63..5b876d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-cdn2", - "version": "0.9.2", + "version": "0.9.3", "description": "A Vite plugin that allowed you replace module with CDN", "main": "dist/index.js", "module": "dist/index.mjs",