diff --git a/CHANGELOG.md b/CHANGELOG.md index afa23bdc..32b37d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +10.1.0 (2024-01-08) +=================== + +Features +-------- + +- Support MSC4040 a.ka. _matrix-fed. 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) =================== diff --git a/changelog.d/489.misc b/changelog.d/489.misc deleted file mode 100644 index 8c0676ef..00000000 --- a/changelog.d/489.misc +++ /dev/null @@ -1 +0,0 @@ -Update typedoc to 0.25.6 diff --git a/changelog.d/490.bugfix b/changelog.d/490.bugfix deleted file mode 100644 index 8cc460b4..00000000 --- a/changelog.d/490.bugfix +++ /dev/null @@ -1 +0,0 @@ -Start checking types on dependencies to avoid publishing broken type releases. diff --git a/changelog.d/491.bugfix b/changelog.d/491.bugfix deleted file mode 100644 index 42b2e486..00000000 --- a/changelog.d/491.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix NeDB errors if you haven't installed the nedb packages. diff --git a/changelog.d/492.feature b/changelog.d/492.feature deleted file mode 100644 index 6b8aaccb..00000000 --- a/changelog.d/492.feature +++ /dev/null @@ -1 +0,0 @@ -Support MSC4040 a.ka. _matrix-fed. SRV records in the host resolver. diff --git a/package.json b/package.json index 02a2b7a7..018621f0 100644 --- a/package.json +++ b/package.json @@ -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",