Skip to content

Commit

Permalink
9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Apr 26, 2023
1 parent d5ab312 commit 533f27c
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 @@
9.0.0 (2023-04-27)
==================

Bugfixes
--------

- Ensure all routes added to ProvisioningApi are caught by onError. ([\#465](https://github.com/matrix-org/matrix-appservice-bridge/issues/465))


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

- Add support for Node 20, and drop support for Node 16. ([\#466](https://github.com/matrix-org/matrix-appservice-bridge/issues/466))


8.1.1 (2023-03-07)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/465.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/466.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-appservice-bridge",
"version": "8.1.1",
"version": "9.0.0",
"description": "Bridging infrastructure for Matrix Application Services",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 533f27c

Please sign in to comment.