Skip to content

Commit

Permalink
chore(release): v0.0.12
Browse files Browse the repository at this point in the history
yxw007 committed Nov 3, 2024
1 parent a3bf18c commit 038bed1
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Changelog


## 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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yxw007/translate",
"version": "0.0.11",
"version": "0.0.12",
"description": "A simple library that supports multiple translation engines",
"author": "Potter<aa4790139@gmail.com>",
"homepage": "https://github.com/yxw007/translate",

0 comments on commit 038bed1

Please sign in to comment.