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",