Skip to content

Commit 55598e9

Browse files
committed
10.1.0
1 parent 5db2774 commit 55598e9

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
10.1.0 (2024-01-08)
2+
===================
3+
4+
Features
5+
--------
6+
7+
- Support MSC4040 a.ka. _matrix-fed.<hostname> SRV records in the host resolver. ([\#492](https://github.com/matrix-org/matrix-appservice-bridge/issues/492))
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- Start checking types on dependencies to avoid publishing broken type releases. ([\#490](https://github.com/matrix-org/matrix-appservice-bridge/issues/490))
14+
- Fix NeDB errors if you haven't installed the nedb packages. ([\#491](https://github.com/matrix-org/matrix-appservice-bridge/issues/491))
15+
16+
17+
Internal Changes
18+
----------------
19+
20+
- Update typedoc to 0.25.6 ([\#489](https://github.com/matrix-org/matrix-appservice-bridge/issues/489))
21+
22+
123
10.0.0 (2024-01-05)
224
===================
325

changelog.d/489.misc

-1
This file was deleted.

changelog.d/490.bugfix

-1
This file was deleted.

changelog.d/491.bugfix

-1
This file was deleted.

changelog.d/492.feature

-1
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-appservice-bridge",
3-
"version": "10.0.0",
3+
"version": "10.1.0",
44
"description": "Bridging infrastructure for Matrix Application Services",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)