Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbot committed Mar 21, 2023
1 parent c6f975b commit dd76b9d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
3.0.1 (2023-03-21)
===================

Bugfixes
--------

- Fix GitHub OAuth button causing a "Could not find user which authorised this request" error . ([\#663](https://github.com/matrix-org/matrix-hookshot/issues/663))
- Fix GitHub grant checker applying a different grant ID than the one it checks for. ([\#665](https://github.com/matrix-org/matrix-hookshot/issues/665))


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

- Small grammar fix. ([\#664](https://github.com/matrix-org/matrix-hookshot/issues/664))
- Show a sensible error when a GitHub installation is pending. ([\#666](https://github.com/matrix-org/matrix-hookshot/issues/666))


3.0.0 (2023-03-17)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/663.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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-hookshot",
"version": "3.0.0",
"version": "3.0.1",
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
"main": "lib/app.js",
"repository": "https://github.com/matrix-org/matrix-hookshot",
Expand Down

0 comments on commit dd76b9d

Please sign in to comment.