diff --git a/docs/_posts/2018-06-05-v4.3.0.md b/docs/_posts/2018-06-05-v4.3.0.md new file mode 100644 index 000000000..1ca8d7792 --- /dev/null +++ b/docs/_posts/2018-06-05-v4.3.0.md @@ -0,0 +1,11 @@ +--- +layout: changelog +--- + +- Adds new permissions method named aliases to `WebClient`: `apps.permissions.resources.list` and + `apps.permissions.scopes.list` (#568) - thanks @ggruiz +- Fixes an issue where an `RTMClient` instance throws errors while trying to reconnect after a connection interuption + (#560) - thanks @aoberoi +- Fixes issue where rate-limit handling in `WebClient` was not triggering, and adds tests (#570, #573) - thanks @ggruiz +- Adds missing `IncomingWebhookResult` type to exports (#562) - thanks @mledom +- Changes `options` argument of `RTMClient#start()` to be optional as it was intended (#567) - thanks @christophehurpeau diff --git a/package.json b/package.json index 3304c73a6..f7a816d41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@slack/client", - "version": "4.2.2", + "version": "4.3.0", "description": "Slack Developer Kit - official clients for the Web API, RTM API, and Incoming Webhooks", "author": "Slack Technologies, Inc.", "license": "MIT",