From e55e6231f663f1daf44aac50877c5ced065c0b2f Mon Sep 17 00:00:00 2001 From: SuperChang Date: Thu, 27 Feb 2020 01:06:01 +0800 Subject: [PATCH] Bump wechaty-puppet version (#80) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Merge master (#18) * modify: create new latest version (#78) * clean file-box * 0.19.18 * 0.20.1 Co-authored-by: Huan (李卓桓) * Add receiverId to RoomInvitationPayload (#19) * modify: create new latest version (#78) * clean file-box * 0.19.18 * 0.20.1 * Add receiver to Room Invitation Payload. (#79) * Merge master (#18) * modify: create new latest version (#78) * clean file-box * 0.19.18 * 0.20.1 Co-authored-by: Huan (李卓桓) * fix: add receiver to room-invitation payload. * Update room-invitation.ts Co-authored-by: Huan (李卓桓) Co-authored-by: Huan (李卓桓) * 0.20.2 Co-authored-by: Huan (李卓桓) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f9f827e..5e134d1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechaty-puppet", - "version": "0.20.1", + "version": "0.20.2", "description": "Abstract Puppet for Wechaty", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts",