aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-09-29 00:35:15 +0300
committerValentin Popov <info@valentineus.link>2017-09-29 00:35:15 +0300
commit87b7a5417ecb6af69a764e2d86428d54d3275f87 (patch)
tree74a6129d13f3ea37f2fbf000d26e799ccc7863f0
parent553ba301ec7a4980b1566f6f459552ce01f73cd3 (diff)
downloadiii-client-87b7a5417ecb6af69a764e2d86428d54d3275f87.tar.xz
iii-client-87b7a5417ecb6af69a764e2d86428d54d3275f87.zip
Release of version 3.0.1.
-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",