This commit is contained in:
Andrew Ferrazzutti 2023-09-26 09:25:36 -04:00
parent c3cb131e4d
commit f88ee8e95b
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,12 @@
4.5.1 (2023-09-26)
==================
Bugfixes
--------
- Fix transformation scripts breaking if they include a `return` at the top level ([\#818](https://github.com/matrix-org/matrix-hookshot/issues/818))
4.5.0 (2023-09-26)
==================

View File

@ -1 +0,0 @@
Fix transformation scripts breaking if they include a `return` at the top level

View File

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