diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-10 21:52:27 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-10 21:52:27 +0300 |
commit | 178c6cbcb7d70a7b70f595d519078cce0803e174 (patch) | |
tree | de2c91fbbedf380bf18e1cff56a16338cea4bd5a | |
parent | 9027419d4ca86c7df684bcd0dee12642c3c79c6a (diff) | |
download | iii-client-178c6cbcb7d70a7b70f595d519078cce0803e174.tar.xz iii-client-178c6cbcb7d70a7b70f595d519078cce0803e174.zip |
Release of version 3.2.1
-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 df04813..517f010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Description of releases +## 3.2.1 (10-10-2017) +Features: +- Minimize the published code. +- Reduction of exported functions. + ## 3.2.0 (10-10-2017) Features: - General code refactoring. diff --git a/package.json b/package.json index 99352b2..82fc8a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iii-client", - "version": "3.2.0", + "version": "3.2.1", "description": "Simple API for communicating with the bot of the \"iii.ru\" service.", "homepage": "https://github.com/valentineus/iii-client", "license": "MIT", |