Skip to content

Commit

Permalink
10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jan 8, 2024
1 parent 5db2774 commit 55598e9
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
10.1.0 (2024-01-08)
===================

Features
--------

- Support MSC4040 a.ka. _matrix-fed.<hostname> SRV records in the host resolver. ([\#492](https://github.com/matrix-org/matrix-appservice-bridge/issues/492))


Bugfixes
--------

- Start checking types on dependencies to avoid publishing broken type releases. ([\#490](https://github.com/matrix-org/matrix-appservice-bridge/issues/490))
- Fix NeDB errors if you haven't installed the nedb packages. ([\#491](https://github.com/matrix-org/matrix-appservice-bridge/issues/491))


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

- Update typedoc to 0.25.6 ([\#489](https://github.com/matrix-org/matrix-appservice-bridge/issues/489))


10.0.0 (2024-01-05)
===================

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/490.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/491.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/492.feature

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": "10.0.0",
"version": "10.1.0",
"description": "Bridging infrastructure for Matrix Application Services",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 55598e9

Please sign in to comment.