Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jan 8, 2024
1 parent 598783e commit 0871584
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
1.0.0 (2024-01-08)
==================

Deprecations and Removals
-------------------------

- Drop support for Node 16, and support Node 20 and 21. ([\#343](https://github.com/matrix-org/matrix-bifrost/issues/343))


Internal Changes
----------------

- Upgrade json5 (development dependency) to 1.0.2 to fix prototype pollution vulnerability. ([\#328](https://github.com/matrix-org/matrix-bifrost/issues/328))


0.4.2 (2022-12-01)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/328.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/343.removal

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-bifrost",
"version": "0.4.2",
"version": "1.0.0",
"description": "Multi protocol bridging for Matrix.",
"engines": {
"node": ">=20"
Expand Down

0 comments on commit 0871584

Please sign in to comment.