From 185ff260e54885e9521898ae7174a459943a4694 Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Thu, 13 Jan 2022 14:40:51 +0900 Subject: [PATCH] version 4.10.0 --- README.md | 2 +- docs/_posts/2022-01-12-v4.10.0.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 docs/_posts/2022-01-12-v4.10.0.md diff --git a/README.md b/README.md index d0cd8763..1e5e80fb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a [Hubot](http://hubot.github.com/) adapter to use with [Slack](https://slack.com). -[![Travis branch](https://img.shields.io/travis/slackapi/hubot-slack/master.svg?maxAge=2592000)](https://travis-ci.org/slackapi/hubot-slack) +[![Hubot Slack Adapter CI Builds](https://github.com/slackapi/hubot-slack/actions/workflows/ci-build.yml/badge.svg)](https://github.com/slackapi/hubot-slack/actions/workflows/ci-build.yml) [![codecov](https://codecov.io/gh/slackapi/hubot-slack/branch/master/graph/badge.svg)](https://codecov.io/gh/slackapi/hubot-slack) [![npm (scoped)](https://img.shields.io/npm/v/hubot-slack.svg)](https://www.npmjs.com/package/hubot-slack) diff --git a/docs/_posts/2022-01-12-v4.10.0.md b/docs/_posts/2022-01-12-v4.10.0.md new file mode 100644 index 00000000..3ac8feb4 --- /dev/null +++ b/docs/_posts/2022-01-12-v4.10.0.md @@ -0,0 +1,8 @@ +--- +layout: changelog +--- + +* #637 #591 Add support for robot.hearMeMessage - thanks @benpbolton +* #633 Fix #632 Change the default settings to "useRtmConnect: true" - thanks @seratch + +Here is the list of all the issues/pull requests in this release: https://github.com/slackapi/hubot-slack/milestone/3?closed=1 \ No newline at end of file diff --git a/package.json b/package.json index acafb20c..66890080 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hubot-slack", - "version": "4.9.0", + "version": "4.10.0", "description": "A Slack adapter for hubot", "main": "./slack", "scripts": {