mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
4.7.0
This commit is contained in:
parent
2a4b06bdbd
commit
911c2254b2
10
CHANGELOG.md
10
CHANGELOG.md
@ -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)
|
||||
==================
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "matrix-hookshot"
|
||||
version = "4.6.0"
|
||||
version = "4.7.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
@ -1 +0,0 @@
|
||||
Update the release script to examine the staged contents of package files when checking for consistency between Node & Rust package versions.
|
@ -1 +0,0 @@
|
||||
Use Node 20 (slim) for Docker image base.
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user