Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: ["14.x", "16.x", "18.x", "20.x"]
node-version: ["20.x"]

steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ in development
* Use Github Actions for tests.
* Remove TravisCI.

0.13.0
------

* Require nodejs 20, Hubot 11. Drop coffee script
* With slack related deprecations, hubot libary archiving/deprecations, version 13 only supports slack.
* Remove other providers that have old dependencies and are not actively maintained.
* Allow responding in a thread for the ack/result in slack (improvement) #237

0.12.0
------

Expand Down
Loading