We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e40b3 commit 6eed323Copy full SHA for 6eed323
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## [2.0.0] - 2016-09-25
5
+### Fixed
6
+- Upgrade to version 9.3 of discord.js.
7
+This removes support for Node.js versions older than v6,
8
+as that's the oldest discord.js supports.
9
+
10
## [1.0.3] - 2016-09-09
11
### Fixed
12
- Replace changes in 1.0.2 with the #indev-old version
package.json
@@ -1,6 +1,6 @@
{
"name": "discord-irc",
- "version": "1.0.3",
+ "version": "2.0.0",
"description": "Connects IRC and Discord channels by sending messages back and forth.",
"keywords": [
"discord",
0 commit comments