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 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", |