Skip to content

Commit 4f10b60

Browse files
committed
2.7.2
1 parent a719185 commit 4f10b60

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## [2.7.2] - 2019-08-08
5+
### Fixed
6+
* Defer to discord permissions for allowing `@everyone` and `@here` in webhook messages - [#497](https://github.com/reactiflux/discord-irc/pull/497)
7+
* Support Node 10 and 12 - [#499](https://github.com/reactiflux/discord-irc/pull/499)
8+
* Upgrade dependencies
9+
* Tests: Fix lint config deprecation - [#500](https://github.com/reactiflux/discord-irc/pull/500)
10+
* Tests: Ensure all tests are run in dev environment - [#501](https://github.com/reactiflux/discord-irc/pull/501)
11+
412
## [2.7.1] - 2019-06-15
513
### Changed
614
* Upgraded dependencies.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-irc",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"description": "Connects IRC and Discord channels by sending messages back and forth.",
55
"keywords": [
66
"discord",

0 commit comments

Comments
 (0)