diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | package.json | 2 |
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", |