Skip to content

Commit

Permalink
0.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Half-Shot <will@half-shot.uk>
  • Loading branch information
Half-Shot committed Jan 21, 2020
1 parent a846d2e commit a365c23
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
0.14.0 (2020-01-20)
0.14.1 (2020-01-21)
====================

Bugfixes
--------

- Fix issue where bridges using NeDB would not start. ([\#955](https://github.com/matrix-org/matrix-appservice-irc/issues/955))


0.14.0 (2020-01-20)
====================

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

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-irc",
"version": "0.14.0",
"version": "0.14.1",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit a365c23

Please sign in to comment.