Skip to content

Commit

Permalink
bump to v0.7.1
Browse files Browse the repository at this point in the history
TheNorthMemory committed May 20, 2021
1 parent 7cc2d00 commit 1d900a1
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10.15.x, 10.x, 12.x, 14.x, 15.x, 16.x]
node-version: [10.15.x, 10.x, 12.x, 14.x, 16.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1090,7 +1090,7 @@ QQ群: **684379275**

## 变更历史

- v0.7.1
- v0.7.1 (2021-05-20)
- 完善`Multipart#set, delete, has, get, getAll, keys, values`等方法

- v0.7.0 (2021-05-15)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechatpay-axios-plugin",
"version": "0.7.0",
"version": "0.7.1",
"description": "微信支付APIv2及v3 NodeJS SDK,支持CLI模式请求OpenAPI,支持v3证书下载,v2付款码支付、企业付款、退款,企业微信-企业支付-企业红包/向员工付款,v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...",
"main": "index.js",
"typings": "index.d.ts",

0 comments on commit 1d900a1

Please sign in to comment.