This commit is contained in:
Half-Shot 2023-03-28 15:58:16 +01:00
parent 77ac90180f
commit e2226d6748
4 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,18 @@
3.1.1 (2023-03-28)
==================
Bugfixes
--------
- Fix the bridge spamming RSS feeds repeatedly. ([\#694](https://github.com/matrix-org/matrix-hookshot/issues/694))
Internal Changes
----------------
- Fix release script setting the tag message to "-". ([\#693](https://github.com/matrix-org/matrix-hookshot/issues/693))
3.1.0 (2023-03-28)
==================

View File

@ -1 +0,0 @@
Fix release script setting the tag message to "-".

View File

@ -1 +0,0 @@
Fix the bridge spamming RSS feeds repeatedly.

View File

@ -1,6 +1,6 @@
{
"name": "matrix-hookshot",
"version": "3.1.0",
"version": "3.1.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",