Skip to content

Commit 2763801

Browse files
committed
5.4.1
1 parent 5c5e8ce commit 2763801

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
5.4.1 (2024-06-21)
2+
==================
3+
4+
Internal Changes
5+
----------------
6+
7+
- Pin the minor version of Node for Docker builds to avoid a startup crash on arm64. ([\#949](https://github.com/matrix-org/matrix-hookshot/issues/949))
8+
9+
110
5.4.0 (2024-06-20)
211
==================
312

changelog.d/949.misc

-1
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-hookshot",
3-
"version": "5.4.0",
3+
"version": "5.4.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)