From 49032756582f619379cb94546f79f6121442c44b Mon Sep 17 00:00:00 2001 From: TheNorthMemory Date: Wed, 1 Jan 2025 18:42:11 +0800 Subject: [PATCH] bump to 0.8.14 optim README --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fda87e0..74e9b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # 变更历史 +## v0.8.14 (2025-01-01) +- 优化README增加`微信支付公钥`相关说明,备注`pfx`格式的商户API密钥在高版本`nodejs`上的额外转换说明; + ## v0.8.13 (2024-03-27) - 针对`APIv3`返回的HTTP status code非20x场景,不再尝试去验签,异常类型从`AssertionError`回退为`AxiosError`; diff --git a/package.json b/package.json index be42758..bc855c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechatpay-axios-plugin", - "version": "0.8.13", + "version": "0.8.14", "description": "微信支付APIv2及v3 NodeJS SDK,支持CLI模式请求OpenAPI,支持v3证书下载,v2付款码支付、企业付款、退款,企业微信-企业支付-企业红包/向员工付款,v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...", "main": "index.js", "typings": "index.d.ts",