Skip to content

Commit

Permalink
chore: release v5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Nov 29, 2024
1 parent 0add8a3 commit cb810ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [5.2.4](https://github.com/hemengke1997/vite-plugin-i18n-ally/compare/v5.2.3...v5.2.4) (2024-11-29)


### Bug Fixes

* namespace undefined ([0add8a3](https://github.com/hemengke1997/vite-plugin-i18n-ally/commit/0add8a34ad7682584ede718e9b9abf3c8cf267d4))



## [5.2.3](https://github.com/hemengke1997/vite-plugin-i18n-ally/compare/v5.2.2...v5.2.3) (2024-11-29)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-i18n-ally",
"version": "5.2.3",
"version": "5.2.4",
"packageManager": "[email protected]",
"description": "Vite plugin for automatic lazy loading of i18n resources",
"type": "module",
Expand Down Expand Up @@ -56,7 +56,7 @@
"prepare": "simple-git-hooks",
"lint": "eslint . --fix --cache",
"commitlint": "commitlint -e",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"bump": "bumpp package.json -c --no-push -t --all -x \"npm run changelog\"",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
Expand Down

0 comments on commit cb810ac

Please sign in to comment.