Skip to content

Commit 4a4b168

Browse files
committed
7.3.1
1 parent 7e94ce5 commit 4a4b168

6 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 7.3.1 (2026-01-24)
2+
3+
## Features
4+
5+
- Add generic webhook transformation JS snippet which can handle GitLab Pipeline payloads under `contrib/jsTransformationFunctions/gitlab-pipeline.js`. ([\#1109](https://github.com/matrix-org/matrix-hookshot/issues/1109))
6+
- Add generic webhook transformation JS snippet to format text as code block under `contrib/jsTransformationFunctions/format-as-code.js` ([\#1111](https://github.com/matrix-org/matrix-hookshot/issues/1111))
7+
- Rowers can now enjoy the correct emoji when using the ChallengeHound connection type. ([\#1184](https://github.com/matrix-org/matrix-hookshot/issues/1184))
8+
9+
## Bugfixes
10+
11+
- Fix the "!hookshot help" command not working. ([\#1204](https://github.com/matrix-org/matrix-hookshot/issues/1204))
12+
13+
114
# 7.3.0 (2026-01-19)
215

316
## Features

changelog.d/1109.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1111.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1184.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1204.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-hookshot",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
55
"main": "lib/app.js",
66
"repository": "https://github.com/matrix-org/matrix-hookshot",

0 commit comments

Comments
 (0)