openclaw-weixin 3.1.2 → 3.1.4
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 +17 -0
- package/CHANGELOG_EN.md +19 -0
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,23 @@
|
|
|
6
6
|
|
|
7
7
|
## [未发布]
|
|
8
8
|
|
|
9
|
+
## [3.1.4] - 2026-08-12
|
|
10
|
+
|
|
11
|
+
### 修复
|
|
12
|
+
|
|
13
|
+
- **发布版本缺口:** npmjs 和 GitHub Packages 不再要求仓库中间版本已发布;流程仍会检查
|
|
14
|
+
当前精确目标、要求 `latest` 低于待发布版本、在不可逆边界前重新检查远端状态,并对非
|
|
15
|
+
404 查询错误显式失败。
|
|
16
|
+
|
|
17
|
+
## [3.1.3] - 2026-08-12
|
|
18
|
+
|
|
19
|
+
### 修复
|
|
20
|
+
|
|
21
|
+
- **发布流程可靠性:** npmjs、ClawHub 和 GitHub Packages 现在从已验证的 release tag
|
|
22
|
+
并行发布,并以成功的发布响应完成各自任务,避免 npm registry 的即时可见性延迟使已成功的
|
|
23
|
+
发布失败;GitHub Release 在三个包目标完成后收尾。ClawHub OIDC 可信发布不再覆盖包
|
|
24
|
+
owner。
|
|
25
|
+
|
|
9
26
|
## [3.1.2] - 2026-08-12
|
|
10
27
|
|
|
11
28
|
### 变更
|
package/CHANGELOG_EN.md
CHANGED
|
@@ -6,6 +6,25 @@ This project follows the [Keep a Changelog](https://keepachangelog.com/) format.
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [3.1.4] - 2026-08-12
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- **Release version gaps:** npmjs and GitHub Packages no longer require
|
|
14
|
+
intermediate repository versions to be published. The workflows still check
|
|
15
|
+
the exact target, require `latest` to be lower than the release, recheck remote
|
|
16
|
+
state before irreversible boundaries, and fail explicit non-404 lookup errors.
|
|
17
|
+
|
|
18
|
+
## [3.1.3] - 2026-08-12
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- **Release workflow reliability:** npmjs, ClawHub, and GitHub Packages now
|
|
23
|
+
publish in parallel from the validated release tag and complete from successful
|
|
24
|
+
publish responses, avoiding a false failure when npm registry propagation
|
|
25
|
+
lags; GitHub Release finalizes after all three package targets complete.
|
|
26
|
+
ClawHub OIDC trusted publishing no longer overrides the package owner.
|
|
27
|
+
|
|
9
28
|
## [3.1.2] - 2026-08-12
|
|
10
29
|
|
|
11
30
|
### Changed
|
package/openclaw.plugin.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "WeChat",
|
|
4
4
|
"description": "Community-maintained WeChat (Weixin) channel plugin for OpenClaw using the iLink bot API.",
|
|
5
5
|
"icon": "https://openclaw-weixin.newfuture.cc/logo.svg",
|
|
6
|
-
"version": "3.1.
|
|
6
|
+
"version": "3.1.4",
|
|
7
7
|
"channels": ["openclaw-weixin"],
|
|
8
8
|
"channelConfigs": {
|
|
9
9
|
"openclaw-weixin": {
|