-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:yxw007/translate
- Loading branch information
Showing
3 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,44 @@ | ||
# Changelog | ||
|
||
|
||
## v0.0.13 | ||
|
||
[compare changes](https://github.com/yxw007/translate/compare/v0.0.12...v0.0.13) | ||
|
||
### 🩹 Fixes | ||
|
||
- No Translator export ([3f77ef9](https://github.com/yxw007/translate/commit/3f77ef9)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Potter <[email protected]> | ||
|
||
## v0.0.12 | ||
|
||
[compare changes](https://github.com/yxw007/translate/compare/v0.0.11...v0.0.12) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Translator can set the cache time uniformly via the constructor ([300dc02](https://github.com/yxw007/translate/commit/300dc02)) | ||
- Translator can set the cache time uniformly via the constructor ([e0a5af3](https://github.com/yxw007/translate/commit/e0a5af3)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Update translation test timeout ([5181237](https://github.com/yxw007/translate/commit/5181237)) | ||
|
||
### 📖 Documentation | ||
|
||
- Improve document ([026ffdb](https://github.com/yxw007/translate/commit/026ffdb)) | ||
|
||
### 🏡 Chore | ||
|
||
- Add github sponsor config ([0d6bb21](https://github.com/yxw007/translate/commit/0d6bb21)) | ||
- Add issue templates ([4e98f7c](https://github.com/yxw007/translate/commit/4e98f7c)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Potter ([@yxw007](http://github.com/yxw007)) | ||
|
||
## v0.0.11 | ||
|
||
[compare changes](https://github.com/yxw007/translate/compare/v0.0.10...v0.0.11) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@yxw007/translate", | ||
"version": "0.0.11", | ||
"version": "0.0.13", | ||
"description": "A simple library that supports multiple translation engines", | ||
"author": "Potter<[email protected]>", | ||
"homepage": "https://github.com/yxw007/translate", | ||
|
@@ -21,7 +21,7 @@ | |
"clean": "rm -rf dist", | ||
"test": "vitest --run", | ||
"test:coverage": "vitest --coverage --run", | ||
"release": "pnpm changelogen --release -i --prerelease", | ||
"release": "pnpm changelogen --release -i", | ||
"prepare": "husky" | ||
}, | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters