Skip to content

Commit 6eed323

Browse files
committed
2.0.0
1 parent 65e40b3 commit 6eed323

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.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+
410
## [1.0.3] - 2016-09-09
511
### Fixed
612
- Replace changes in 1.0.2 with the #indev-old version

package.json

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

0 commit comments

Comments
 (0)