Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Feb 12, 2020
1 parent 60246a3 commit 74f554b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
0.1.5 (2020-02-10)
0.1.6 (2020-02-12)
===================

Features
--------

- TypeScript stack traces are now shown instead of compiled JavaScript. ([\#105](https://github.com/matrix-org/matrix-bifrost/issues/105))


Bugfixes
--------

- Fix issue where the XMPP gateway would incorrecly report that a user isn't joined ([\#107](https://github.com/matrix-org/matrix-bifrost/issues/107))


0.1.5 (2020-02-10)
===================

Features
Expand Down
1 change: 0 additions & 1 deletion changelog.d/105.feature

This file was deleted.

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

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-bifrost",
"version": "0.1.5",
"version": "0.1.6",
"description": "Multi protocol bridging for Matrix.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 74f554b

Please sign in to comment.