Skip to content

Commit

Permalink
bump to 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory committed Mar 1, 2024
1 parent 495aa11 commit a48248b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 变更历史

## v0.8.11 (2024-03-01)

- `axios` 版本依赖调整为 `^0.28 || ^1.6`;
- 修正部分 `dts` 类型标注;
- homepage 调整到 https://wechatpay.js.org

## v0.8.10 (2024-02-14)

- 升级依赖 `axios@^0.28.0` for the CVE-2023-45857;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 微信支付 OpenAPI SDK

The WeChatPay OpenAPI v2&v3' Smart Development Kit
Promise based and chained WeChatPay OpenAPI client SDK for NodeJS

[![GitHub actions](https://github.com/TheNorthMemory/wechatpay-axios-plugin/workflows/npm%20test/badge.svg)](https://github.com/TheNorthMemory/wechatpay-axios-plugin/actions)
[![GitHub release](https://img.shields.io/npm/v/wechatpay-axios-plugin)](https://github.com/TheNorthMemory/wechatpay-axios-plugin/releases)
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.8.10",
"version": "0.8.11",
"description": "微信支付APIv2及v3 NodeJS SDK,支持CLI模式请求OpenAPI,支持v3证书下载,v2付款码支付、企业付款、退款,企业微信-企业支付-企业红包/向员工付款,v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
"author": "James ZHANG",
"license": "MIT",
"dependencies": {
"axios": "^0.28.0",
"axios": "^0.28 || ^1.6",
"xml2js": "0.5 - 0.6"
},
"peerDependencies": {
Expand Down

0 comments on commit a48248b

Please sign in to comment.