Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jan 5, 2024
1 parent 7069cc0 commit e048f05
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
10.0.0 (2024-01-05)

### Deprecations and Removals

- Don't use a package alias for @vector-im/matrix-bot-sdk. ([\#480](https://github.com/matrix-org/matrix-appservice-bridge/issues/480))
- Drop support for Node 18, add support for Node 20, 21. ([\#487](https://github.com/matrix-org/matrix-appservice-bridge/issues/487))
- NeDB-based stores are now deprecated. You may still use them by adding "nedb" as a dependency to your project, but no new features or bugfixes are planned. ([\#488](https://github.com/matrix-org/matrix-appservice-bridge/issues/488))

### Internal Changes

- Refactor membership cache. ([\#477](https://github.com/matrix-org/matrix-appservice-bridge/issues/477))


9.0.1 (2023-07-31)

### Bugfixes
Expand Down
1 change: 0 additions & 1 deletion changelog.d/477.misc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

0 comments on commit e048f05

Please sign in to comment.