android-midscene-automation 0.1.11 → 0.1.12

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # 更新记录
2
2
 
3
+ ## v0.1.12
4
+
5
+ - 修复部分浏览器打开更新记录时中文乱码的问题,将 README 链接切换到明确返回 UTF-8 编码的 jsDelivr。
6
+
3
7
  ## v0.1.11
4
8
 
5
9
  - 修复 npm 页面中的项目更新记录链接,改为使用可直接访问包文件的 unpkg 地址。
package/README.md CHANGED
@@ -133,7 +133,7 @@ appium
133
133
 
134
134
  ## 功能文档
135
135
 
136
- - [项目更新记录](https://unpkg.com/android-midscene-automation@latest/CHANGELOG.md)
136
+ - [项目更新记录](https://cdn.jsdelivr.net/npm/android-midscene-automation@latest/CHANGELOG.md)
137
137
 
138
138
  ## 运行 E2E 测试
139
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "android-midscene-automation",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "android-midscene-automation": "./bin/android-midscene-automation.js"