We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8579a3 commit 65e6856Copy full SHA for 65e6856
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
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
16
## v0.1.6
17
18
[compare changes](https://github.com/yxw007/translate/compare/v0.1.5...v0.1.6)
package.json
@@ -1,6 +1,6 @@
{
"name": "@yxw007/translate",
- "version": "0.1.6",
+ "version": "0.2.0",
"description": "A simple library that supports multiple translation engines",
"author": "Potter<aa4790139@gmail.com>",
"homepage": "https://github.com/yxw007/translate",
0 commit comments