Skip to content

Commit

Permalink
bump to v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory committed Mar 16, 2021
1 parent 382ec6a commit f54431d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,7 @@ console.info(params)
## 变更历史
- v0.4.5
- 支持APIv2版的俩账单下载,调用方法与APIv3类同;
- 增加测试用例覆盖,初始化参数`secret`(for APIv2)如未设置,`HMAC-SHA256`数据签名时,可能引发 #14
- v0.4.4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechatpay-axios-plugin",
"version": "0.4.4",
"version": "0.4.5",
"description": "微信支付APIv2及v3 NodeJS SDK,支持v3证书下载,v2付款码支付、企业付款、退款,企业微信-企业支付-企业红包/向员工付款,v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"aes-256-ecb",
"pkcs7padding",
"rsa-oaep",
"axios-plugin"
"axios-ecosystem"
],
"author": "James ZHANG",
"license": "MIT",
Expand Down

0 comments on commit f54431d

Please sign in to comment.