i18n-jsautotranslate 3.11.2 → 3.11.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "i18n-jsautotranslate",
3
- "version": "3.11.2",
3
+ "version": "3.11.11",
4
4
  "description": "Two lines of js realize automatic html translation. No need to change the page, no language configuration file, no API key, SEO friendly!",
5
5
  "main": "translate.js/translate.js",
6
6
  "scripts": {
7
- "version": "node dev/update-version.js"
7
+ "version": "node dev/update-version.js",
8
+ "postversion": "git push && git push --tags"
8
9
  },
9
10
  "keywords": [
10
11
  "i18n",
@@ -12,7 +12,7 @@ var translate = {
12
12
  * 格式:major.minor.patch.date
13
13
  */
14
14
  // AUTO_VERSION_START
15
- version: '3.11.2.20241209',
15
+ version: '3.11.11.20241209',
16
16
  // AUTO_VERSION_END
17
17
  /*
18
18
  当前使用的版本,默认使用v2. 可使用 setUseVersion2();