Skip to content

Commit a86f519

Browse files
committed
🎉 Version 1.1.1
1 parent 67c55a3 commit a86f519

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
* Use current [NodeBB Settings Framework](https://nodebb.readthedocs.io/en/latest/plugins/settings.html).
66

7+
## [1.1.1] \(2017-05-06\)
8+
9+
### Fixed
10+
11+
* Webhook URL regular expression.
12+
13+
* Don’t try to send notification if the webhook is not configured.
14+
715
## [1.1.0] \(2017-05-06\)
816

917
### Added
@@ -23,7 +31,8 @@
2331

2432
Requires latest [discord.js](https://github.com/hydrabolt/discord.js/) from GitHub (discord.js v11.0.0, latest in NPM, doesn’t handle webhooks well enough).
2533

26-
[Unreleased]: https://github.com/amargon/city-of-doors/compare/v1.1.0...master
34+
[Unreleased]: https://github.com/amargon/city-of-doors/compare/v1.1.1...master
35+
[1.1.1]: https://github.com/amargon/city-of-doors/releases/tag/v1.1.1
2736
[1.1.0]: https://github.com/amargon/city-of-doors/releases/tag/v1.1.0
2837
[1.0.0]: https://github.com/amargon/city-of-doors/releases/tag/v1.0.0
2938

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodebb-plugin-discord-notification",
33
"title": "Discord Notifications for NodeBB",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Send notifications of new posts and topics via Discord webhook.",
66
"keywords": [
77
"discord",

0 commit comments

Comments
 (0)