From a7e3aec6138e60e4ffc208d07670965b61dddab4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 14 Jun 2017 22:00:24 +0000 Subject: Release of version 1.1.3. --- CHANGELOG.md | 6 +++--- README.md | 2 ++ docs/global.html | 2 +- docs/index.html | 2 +- docs/index.js.html | 2 +- package.json | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39aa448..e674dae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ # Description of releases -## 1.1.2 (11-06-2017) +## 1.1.3 (15-06-2017) +- A health issue notification has been added. +## 1.1.2 (11-06-2017) Fix: - Processing of errors in the request is added. ## 1.1.1 (05-06-2017) - Features: - A link to an example of using the library is added to the description. ## 1.1.0 (04-06-2017) - Features: - Switch to `npm@5.0.1`. - Switch to `node@8.0`. diff --git a/README.md b/README.md index 13d1b77..dff97e5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Simple API for communicating with the bot of the \"iii.ru\" service. +**Attention!** At the moment there are difficulties with the `iii.ru` service, there is a possibility that the service will not be restored. All information on the company's [forum](http://forum.iii.ru/index.php?showtopic=19886). + ## Features - A small and light library. - Receiving and sending messages. diff --git a/docs/global.html b/docs/global.html index 4a70079..49827b3 100644 --- a/docs/global.html +++ b/docs/global.html @@ -1635,7 +1635,7 @@
diff --git a/docs/index.html b/docs/index.html index 1e6b066..ed032d6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,7 +57,7 @@
diff --git a/docs/index.js.html b/docs/index.js.html index 467ffac..72f5245 100644 --- a/docs/index.js.html +++ b/docs/index.js.html @@ -225,7 +225,7 @@ function isVerification(data) {
diff --git a/package.json b/package.json index 59cb272..3c877aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iii-client", - "version": "1.1.2", + "version": "1.1.3", "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