diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e48ba..34e5081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [2.1.1](https://github.com/hemengke1997/vite-plugin-i18n-detector/compare/v2.1.0...v2.1.1) (2023-12-15) + + +### Bug Fixes + +* remove pnpm restriction ([6b293dc](https://github.com/hemengke1997/vite-plugin-i18n-detector/commit/6b293dc8e29d9f81cb51ceb185c27974edb881d1)) + + +### Performance Improvements + +* debug info ([e52343d](https://github.com/hemengke1997/vite-plugin-i18n-detector/commit/e52343dc3c95a0aa44e7ad61af6c1f2900585309)) + + + # [2.1.0](https://github.com/hemengke1997/vite-plugin-i18n-detector/compare/v2.0.1...v2.1.0) (2023-12-14) diff --git a/package.json b/package.json index b4ade08..4f6765c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-i18n-detector", - "version": "2.1.0", + "version": "2.1.1", "packageManager": "pnpm@8.12.1", "description": "vite plugin for lazyload i18n resources. 懒加载国际化资源的 vite 插件", "type": "module",