Skip to content

Commit f9cc638

Browse files
committed
Allow threading of slack messages
Bump patch version Update changelog try upgrade try upgrade logging remove coffee Changes based off new hubot version update changelog bump version update version only test nodejs20 rebuild lock after test updates test updates more robot references try including path typo import instead of require make it a module commonjs no more import rename rename all the things Revert "rename all the things" This reverts commit 3e2b4ee. Revert "rename" This reverts commit 0ac4f29. dynamic import try async convert the rest robot class references more class references we go again new more new args changed try again try again try again import change comment out tests for providers no longer supported test updates test updates test updates test updates test updates variable scope cleanup last cleanup
1 parent c1b6d92 commit f9cc638

21 files changed

+9517
-6651
lines changed

.github/workflows/nodejs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: ["14.x", "16.x", "18.x", "20.x"]
17+
node-version: ["20.x"]
1818

1919
steps:
2020
- uses: actions/checkout@v4

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ in development
66
* Use Github Actions for tests.
77
* Remove TravisCI.
88

9+
0.13.0
10+
------
11+
12+
* Require nodejs 20, Hubot 11. Drop coffee script
13+
* With slack related deprecations, hubot libary archiving/deprecations, version 13 only supports slack.
14+
* Remove other providers that have old dependencies and are not actively maintained.
15+
* Allow responding in a thread for the ack/result in slack (improvement) #237
16+
917
0.12.0
1018
------
1119

0 commit comments

Comments
 (0)