From cf663c77736d5f0a935c90257494ab80e8b6f8a2 Mon Sep 17 00:00:00 2001 From: Ankur Oberoi Date: Fri, 11 May 2018 16:46:05 -0700 Subject: [PATCH] v4.2.1 --- docs/_posts/2018-05-11-v4.2.1.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/_posts/2018-05-11-v4.2.1.md diff --git a/docs/_posts/2018-05-11-v4.2.1.md b/docs/_posts/2018-05-11-v4.2.1.md new file mode 100644 index 000000000..5485275fb --- /dev/null +++ b/docs/_posts/2018-05-11-v4.2.1.md @@ -0,0 +1,12 @@ +--- +layout: changelog +--- + +- Adds the `notify_on_cancel` field to the `Dialog` type definition (#541) - thanks @DominikPalo +- Adds `AttachmentAction` type definition to express the type of the `action` property of `MessageAttachment`. (#543, #551) - thanks @brianeletype, @DominikPalo +- Adds the `SelectOption` type defintion and related properties to the `Dialog` type definition. (#549) - thanks @DominikPalo +- Fixes the missing `scopes` property in `WebClient` responses. (#554) - thanks @aoberoi +- Fixes an issue in `RTMClient` where websocket errors in the `connecting:authenticated` state would cause the program + to crash. (#555) thanks @aoberoi +- Fixes an issue where `KeepAlive` would monitor the RTM connection while the websocket was not ready after a + reconnection. (#555) thanks @aoberoi diff --git a/package.json b/package.json index f419b1f77..2057ac6dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@slack/client", - "version": "4.2.0", + "version": "4.2.1", "description": "Slack Developer Kit - official clients for the Web API, RTM API, and Incoming Webhooks", "author": "Slack Technologies, Inc.", "license": "MIT",