Skip to content

Commit

Permalink
chore: release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Jan 18, 2024
1 parent 5fcfb3f commit 24ef81e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.2.1](https://github.com/hemengke1997/vite-plugin-i18n-detector/compare/v2.2.0...v2.2.1) (2024-01-18)


### Bug Fixes

* downgrade `tsup` to fix missing dts bug ([54c5ec2](https://github.com/hemengke1997/vite-plugin-i18n-detector/commit/54c5ec2ccbbb58645ec66d75246b70b230eb3929))
* test case ([8a6fbfb](https://github.com/hemengke1997/vite-plugin-i18n-detector/commit/8a6fbfb2bc6aa4c134fecb4c141b1b3ee2c65147))
* typo ([5fcfb3f](https://github.com/hemengke1997/vite-plugin-i18n-detector/commit/5fcfb3fce718163f3ed0ec59146402285c16e776))


### Features

* cjs support ([7f015d9](https://github.com/hemengke1997/vite-plugin-i18n-detector/commit/7f015d9525989004744e4a1410dea3339735570f))



# [2.2.0](https://github.com/hemengke1997/vite-plugin-i18n-detector/compare/v2.1.2...v2.2.0) (2023-12-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-i18n-detector",
"version": "2.2.0",
"version": "2.2.1",
"description": "vite plugin for lazyload i18n resources. 懒加载国际化资源的 vite 插件",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 24ef81e

Please sign in to comment.