Skip to content

Commit

Permalink
0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Aug 21, 2020
1 parent 0adf8ad commit 0d7d5ed
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
0.20.2 (2020-08-21)
====================

Features
--------

- Add Grafana dashboard sample ([\#1122](https://github.com/matrix-org/matrix-appservice-irc/issues/1122))


Bugfixes
--------

- Reconnect to the correct domain on passsword changes. Thanks to @palmer-dabbelt ([\#1000](https://github.com/matrix-org/matrix-appservice-irc/issues/1000))
- Improve performance of generating a username ([\#1121](https://github.com/matrix-org/matrix-appservice-irc/issues/1121))


0.20.1 (2020-08-17)
========================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-irc",
"version": "0.20.1",
"version": "0.20.2",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down Expand Up @@ -40,6 +40,7 @@
"matrix-lastactive": "^0.1.3",
"nedb": "^1.1.2",
"nopt": "^3.0.1",
"p-queue": "^6.6.1",
"pg": "^8.1.0",
"quick-lru": "^4.0.1",
"request": "^2.54.0",
Expand Down

0 comments on commit 0d7d5ed

Please sign in to comment.