aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-09 17:23:25 +0300
committerValentin Popov <info@valentineus.link>2017-10-09 17:23:25 +0300
commit79243accc540b3d75bb3a228786274094d479ffe (patch)
treed17890a99f4c0480e38d9960a2b3602517cdcfce
parent566124f2f348f87c55a8c6ee819cf3a12265c52a (diff)
downloadiii-client-79243accc540b3d75bb3a228786274094d479ffe.tar.xz
iii-client-79243accc540b3d75bb3a228786274094d479ffe.zip
Release of version 3.1.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--package.json2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 158a3c1..b46ba56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
# Description of releases
+## 3.1.0 (09-10-2017)
+Features:
+- Added support for older platforms.
+- A small patch for testing, conducts a second check.
+
## 3.0.1 (29-09-2017)
Features:
- Add compatibility with older versions of NodeJS.
diff --git a/package.json b/package.json
index a1b6ca8..302ba3e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "iii-client",
- "version": "3.0.2",
+ "version": "3.1.0",
"description": "Simple API for communicating with the bot of the \"iii.ru\" service.",
"homepage": "https://github.com/valentineus/iii-client",
"license": "MIT",