Skip to content

Commit

Permalink
package: bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Oct 24, 2024
1 parent eac3020 commit 0a3168b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

## 1.3.0 (2024-10-24)

- **BREAKING CHANGES**: There have been significant changes to how this plugin is used. Learn more by visiting the following documentation pages: https://vitepress-i18n.cdget.com

## 1.2.0 (2024-10-24)

This version is deprecated and not recommended for production use.

- **BREAKING CHANGES**: The `generateI18nLocale` and `generateI18nSearch` functions have now been merged into `withI18n`. Therefore, both functions will be removed in the next version. Please refer to the documentation to migrate to the `withI18n` function.

## 1.1.1 (2024-10-23)
Expand All @@ -18,17 +24,19 @@ This version is deprecated and not recommended for production use.

## 1.0.6 (2024-09-16)

This version is deprecated and not recommended for production use.

- Override `editLinkPattern` value even if defined common theme configs
- Add `debugPrint` option for `generateI18nSearch`

## 1.0.5 (2024-09-16)
## 1.0.5 (2024-09-16) - Not for Production

- Add italian translations
- Allow auto set lang and label value when if not defined
- Add `debugPrint` method
- Add `disableAutoSetLangValue` method

## 1.0.4 (2024-09-07)
## 1.0.4 (2024-09-07) - Not for Production

- Fix import issue

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitepress-i18n",
"version": "1.2.0",
"version": "1.3.0",
"description": "VitePress i18n is a plugin for VitePress that makes it easy to translate text in the default theme and search tool.",
"type": "module",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0a3168b

Please sign in to comment.