This commit is contained in:
Andrew Ferrazzutti 2024-06-21 13:37:59 -04:00
parent 5c5e8ce767
commit 2763801d1b
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,12 @@
5.4.1 (2024-06-21)
==================
Internal Changes
----------------
- 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))
5.4.0 (2024-06-20) 5.4.0 (2024-06-20)
================== ==================

View File

@ -1 +0,0 @@
Pin the minor version of Node for Docker builds to avoid a startup crash on arm64.

View File

@ -1,6 +1,6 @@
{ {
"name": "matrix-hookshot", "name": "matrix-hookshot",
"version": "5.4.0", "version": "5.4.1",
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.", "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
"main": "lib/app.js", "main": "lib/app.js",
"repository": "https://github.com/matrix-org/matrix-hookshot", "repository": "https://github.com/matrix-org/matrix-hookshot",