Skip to content

Commit

Permalink
🎉 Release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBoy committed Apr 24, 2023
1 parent e644cbf commit 735ec82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# wechat-jssdk
[![npm](https://img.shields.io/npm/v/wechat-jssdk.svg?style=flat-square)](https://www.npmjs.com/package/wechat-jssdk)
[![node](https://img.shields.io/node/v/wechat-jssdk.svg?style=flat-square)](https://nodejs.org/)
[![Building Status](https://img.shields.io/travis/JasonBoy/wechat-jssdk.svg?style=flat-square)](https://travis-ci.org/JasonBoy/wechat-jssdk)
[![Coverage Status](https://img.shields.io/coveralls/github/JasonBoy/wechat-jssdk.svg?style=flat-square)](https://coveralls.io/github/JasonBoy/wechat-jssdk)
[![npm](https://img.shields.io/npm/l/wechat-jssdk.svg?style=flat-square)](https://www.npmjs.com/package/wechat-jssdk)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
Expand Down Expand Up @@ -36,7 +35,7 @@ yarn add wechat-jssdk
const {Wechat} = require('wechat-jssdk');
const wx = new Wechat(wechatConfig);
```
### Wechat Config
### Wechat 配置项

`wechatConfig` 为以下格式:
```javascript
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wechat-jssdk",
"version": "5.0.8",
"description": "Next-Generation WeChat JS-SDK integration with NodeJS",
"version": "5.1.0",
"description": "WeChat JS-SDK integration with NodeJS and Web",
"main": "./lib/index.js",
"source": "./lib/client.js",
"browser": "./dist/client.umd.js",
Expand Down Expand Up @@ -80,7 +80,6 @@
".travis.yml",
"LICENSE",
"package.json",
"package-lock.json",
"README.md"
]
}

0 comments on commit 735ec82

Please sign in to comment.