This commit is contained in:
Half-Shot 2023-12-06 10:30:47 +00:00
parent 2a4b06bdbd
commit 911c2254b2
5 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,13 @@
4.7.0 (2023-12-06)
==================
Internal Changes
----------------
- Update the release script to examine the staged contents of package files when checking for consistency between Node & Rust package versions. ([\#846](https://github.com/matrix-org/matrix-hookshot/issues/846))
- Use Node 20 (slim) for Docker image base. ([\#849](https://github.com/matrix-org/matrix-hookshot/issues/849))
4.6.0 (2023-11-20)
==================

View File

@ -1,6 +1,6 @@
[package]
name = "matrix-hookshot"
version = "4.6.0"
version = "4.7.0"
edition = "2021"
[lib]

View File

@ -1 +0,0 @@
Update the release script to examine the staged contents of package files when checking for consistency between Node & Rust package versions.

View File

@ -1 +0,0 @@
Use Node 20 (slim) for Docker image base.

View File

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