From 735ec8219ea9c944e76990990ac3fd2cbb0f12ce Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 24 Apr 2023 15:59:52 +0800 Subject: [PATCH] :tada: Release v5.1.0 --- README.md | 3 +-- package.json | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 74f8763..dbc9999 100644 --- a/README.md +++ b/README.md @@ -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) @@ -36,7 +35,7 @@ yarn add wechat-jssdk const {Wechat} = require('wechat-jssdk'); const wx = new Wechat(wechatConfig); ``` -### Wechat Config +### Wechat 配置项 `wechatConfig` 为以下格式: ```javascript diff --git a/package.json b/package.json index 2842192..b65c1a2 100644 --- a/package.json +++ b/package.json @@ -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", @@ -80,7 +80,6 @@ ".travis.yml", "LICENSE", "package.json", - "package-lock.json", "README.md" ] }