diff --git a/CHANGELOG.md b/CHANGELOG.md index f81a25e..cfdb523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.12.1 + +### Patches + +- Fix `server` mode can't process dependencies. + ## 0.12.0 ### Improve & Features diff --git a/package.json b/package.json index bd6d530..ea86232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-cdn2", - "version": "0.12.0", + "version": "0.12.1", "description": "A Vite plugin that allowed you replace module with CDN", "main": "dist/index.js", "module": "dist/index.mjs",