From 87b7a5417ecb6af69a764e2d86428d54d3275f87 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 29 Sep 2017 01:35:15 +0400 Subject: Release of version 3.0.1. --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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", -- cgit v1.2.3