Skip to content

Commit 68678fb

Browse files
committed
2.7.0
1 parent 87608f3 commit 68678fb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

4+
## [2.7.0] - 2019-04-02
5+
### Changed
6+
* Convert channel mentions to codified mentions (thanks to [Throne3d](https://github.com/reactiflux/discord-irc/pull/476)).
7+
* Match IRC style mentions at the beginning of message (thanks to [rdb](https://github.com/reactiflux/discord-irc/pull/470)).
8+
* Upgraded dependencies.
9+
410
## [2.6.2] - 2018-09-19
511
### Changed
612
* 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.6.2",
3+
"version": "2.7.0",
44
"description": "Connects IRC and Discord channels by sending messages back and forth.",
55
"keywords": [
66
"discord",

0 commit comments

Comments
 (0)