aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e5783d..158a3c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,12 @@
# Description of releases
+## 3.0.1 (29-09-2017)
+Features:
+- Add compatibility with older versions of NodeJS.
+- Removing support for iojs.
+
+Fix:
+- Fixed a bug in the tests.
+
## 3.0.0 (29-09-2017)
Features:
- Full code refactoring.
diff --git a/package.json b/package.json
index 7165860..156982b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "iii-client",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Simple API for communicating with the bot of the \"iii.ru\" service.",
"homepage": "https://github.com/valentineus/iii-client",
"license": "MIT",