mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
2.0.1
This commit is contained in:
parent
10e4e88431
commit
e8c6a68e8c
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,8 +1,16 @@
|
||||
2.0.1 (2022-08-22)
|
||||
==================
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Fix issue that would cause the bridge not to start when using Docker. ([\#448](https://github.com/matrix-org/matrix-hookshot/issues/448))
|
||||
|
||||
|
||||
2.0.0 (2022-08-22)
|
||||
==================
|
||||
|
||||
**Minimum Node.JS version is now 16. Updated matrix-bot-sdk to 0.6.0.** ([\#417](https://github.com/matrix-org/matrix-hookshot/issues/417))
|
||||
|
||||
**Please note:** Minimum Node.JS version is now 16
|
||||
|
||||
Features
|
||||
--------
|
||||
|
@ -1 +0,0 @@
|
||||
Fix issue that would cause the bridge not to start when using Docker.
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "matrix-hookshot",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
|
||||
"main": "lib/app.js",
|
||||
"repository": "https://github.com/matrix-org/matrix-hookshot",
|
||||
|
Loading…
x
Reference in New Issue
Block a user