diff --git a/CHANGELOG.md b/CHANGELOG.md index 787e543..c22f131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v2.24.0 +* Switch to the new stable version of Eris (0.10.0) instead of the dev version + ## v2.23.2 * Update Node.js version check at startup to require Node.js 10 diff --git a/package-lock.json b/package-lock.json index 1ff3452..6768814 100644 --- a/package-lock.json +++ b/package-lock.json @@ -646,8 +646,9 @@ "dev": true }, "eris": { - "version": "github:abalabahaha/eris#3f35fb81e38879dd57b06f49a4b206861931e4d0", - "from": "github:abalabahaha/eris#dev", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/eris/-/eris-0.10.0.tgz", + "integrity": "sha512-xAvmD4wsE5mwuiP+wy8RiarjiuwCylSsglKqru4J4sk0/WGOnSOfEZf43YLx/TcF4J1D4B2VMTq38446Bk1x1Q==", "requires": { "opusscript": "^0.0.4", "tweetnacl": "^1.0.0", diff --git a/package.json b/package.json index da4373e..1b7d9dd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/Dragory/modmailbot" }, "dependencies": { - "eris": "github:abalabahaha/eris#dev", + "eris": "^0.10.0", "humanize-duration": "^3.12.1", "json5": "^1.0.1", "knex": "^0.15.2",