Skip to content

Commit d6b5631

Browse files
committed
1.1.0
1 parent 58abf5c commit d6b5631

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
1.1.0 (2022-08-09)
2+
==================
3+
4+
Features
5+
--------
6+
7+
- A subclass of the `AppService` class can now signal user query errors in its onUserQuery method by throwing an `AppserviceHttpError` exception. This allows the appservice to return a HTTP status, a Matrix errorcode, and a Matrix error message. ([\#56](https://github.com/matrix-org/matrix-appservice-node/issues/56))
8+
9+
10+
Internal Changes
11+
----------------
12+
13+
- Add new CI workflow to check for signoffs. ([\#58](https://github.com/matrix-org/matrix-appservice-node/issues/58))
14+
15+
116
1.0.0 (2022-07-20)
217
==================
318

changelog.d/56.feature

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/58.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-appservice",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Matrix Application Service Framework",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)