diff --git a/CHANGELOG.md b/CHANGELOG.md index cda72919..37b3384d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/changelog.d/105.feature b/changelog.d/105.feature deleted file mode 100644 index 476579a9..00000000 --- a/changelog.d/105.feature +++ /dev/null @@ -1 +0,0 @@ -TypeScript stack traces are now shown instead of compiled JavaScript. \ No newline at end of file diff --git a/changelog.d/107.bugfix b/changelog.d/107.bugfix deleted file mode 100644 index 2e3c2162..00000000 --- a/changelog.d/107.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix issue where the XMPP gateway would incorrecly report that a user isn't joined \ No newline at end of file diff --git a/package.json b/package.json index 5cf914d2..7fb79bf2 100644 --- a/package.json +++ b/package.json @@ -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": {