Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jul 15, 2021
1 parent f2b9d6b commit be731b3
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 8 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
2.7.0 (2021-07-15)
==================

Features
--------

- Export `matrix-appservice` classes and interfaces ([\#317](https://github.com/matrix-org/matrix-appservice-bridge/issues/317))
- Add `intent.ensureProfile` function. ([\#318](https://github.com/matrix-org/matrix-appservice-bridge/issues/318))
- Validate that the sender of a message edit matches the original sender. ([\#329](https://github.com/matrix-org/matrix-appservice-bridge/issues/329))


Bugfixes
--------

- Renamed `MSC2364Content` interface to `MSC2346` as the original name was a typo. ([\#322](https://github.com/matrix-org/matrix-appservice-bridge/issues/322))


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

- The `master` branch for `https://github.com/matrix-org/matrix-appservice-bridge` has been deleted. Projects should use the latest release/tag if currently depending on `master`. `develop` will continue to serve as the bleeding edge. ([\#320](https://github.com/matrix-org/matrix-appservice-bridge/issues/320))


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

- Use `yarn` for dependency management. ([\#316](https://github.com/matrix-org/matrix-appservice-bridge/issues/316))
- Update typedoc to `0.20.x` ([\#322](https://github.com/matrix-org/matrix-appservice-bridge/issues/322))


2.6.1 (2021-06-02)
==================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/322.misc

This file was deleted.

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

0 comments on commit be731b3

Please sign in to comment.