node-easywechat 2.13.3 → 2.13.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.
@@ -23,6 +23,6 @@ jobs:
23
23
  - run: npm install
24
24
  - run: npm run build
25
25
  - run: npm test
26
- - run: npm publish --tag latest --provenance --access public
26
+ - run: npm publish --tag second --provenance --access public
27
27
  env:
28
28
  NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
3
 
4
+ ## v2.13.4 (2025-07-24)
5
+
6
+ - Fix: 修复workflow发布错误的标签的问题
7
+
4
8
  ## v2.13.3 (2025-07-24)
5
9
 
6
10
  - Fix: 更新依赖包,修复安全漏洞
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  ## EasyWechat for Node.js
3
3
 
4
4
  ![Build 2.x](https://github.com/hpyer/node-easywechat/actions/workflows/build-2.yml/badge.svg)
5
- [![npm](https://img.shields.io/npm/v/node-easywechat.svg)](https://www.npmjs.com/package/node-easywechat) [![License](https://img.shields.io/npm/l/node-easywechat.svg)](LICENSE)
5
+ [![npm](https://img.shields.io/npm/v/node-easywechat/second.svg)](https://www.npmjs.com/package/node-easywechat) [![License](https://img.shields.io/npm/l/node-easywechat.svg)](LICENSE)
6
6
 
7
7
  **注:2.x分支针对 EasyWechat 的 5.x版本(由于4.x与5.x的结构基本一致,就不升级大版本了)。**
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-easywechat",
3
- "version": "2.13.3",
3
+ "version": "2.13.4",
4
4
  "description": "EasyWechat SDK for Node.js (NOT OFFICIAL)",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {