Skip to content

Commit 65e6856

Browse files
committedMar 1, 2025·
chore(release): v0.2.0
1 parent d8579a3 commit 65e6856

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v0.2.0
5+
6+
[compare changes](https://github.com/yxw007/translate/compare/v0.1.6...v0.2.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Implement extra long string translation ([d8579a3](https://github.com/yxw007/translate/commit/d8579a3))
11+
12+
### ❤️ Contributors
13+
14+
- Potter <75838259@qq.com>
15+
416
## v0.1.6
517

618
[compare changes](https://github.com/yxw007/translate/compare/v0.1.5...v0.1.6)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yxw007/translate",
3-
"version": "0.1.6",
3+
"version": "0.2.0",
44
"description": "A simple library that supports multiple translation engines",
55
"author": "Potter<aa4790139@gmail.com>",
66
"homepage": "https://github.com/yxw007/translate",

0 commit comments

Comments
 (0)
Please sign in to comment.