aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentineus@gmail.com>2017-06-15 01:00:24 +0300
committerValentin Popov <valentineus@gmail.com>2017-06-15 01:00:24 +0300
commita7e3aec6138e60e4ffc208d07670965b61dddab4 (patch)
tree492841687d66e6396dca4ee05f8e57ccab596e52
parent5bcfdc853b2ff5a2390da3de30b006f85f5c837c (diff)
downloadiii-client-a7e3aec6138e60e4ffc208d07670965b61dddab4.tar.xz
iii-client-a7e3aec6138e60e4ffc208d07670965b61dddab4.zip
Release of version 1.1.3.
-rw-r--r--CHANGELOG.md6
-rw-r--r--README.md2
-rw-r--r--docs/global.html2
-rw-r--r--docs/index.html2
-rw-r--r--docs/index.js.html2
-rw-r--r--package.json2
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 @@
<br class="clear">
<footer>
- Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Sat Jun 10 2017 20:41:57 GMT+0000 (UTC) using the Minami theme.
+ Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Jun 14 2017 22:00:09 GMT+0000 (UTC) using the Minami theme.
</footer>
<script>prettyPrint();</script>
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 @@
<br class="clear">
<footer>
- Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Sat Jun 10 2017 20:41:57 GMT+0000 (UTC) using the Minami theme.
+ Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Jun 14 2017 22:00:09 GMT+0000 (UTC) using the Minami theme.
</footer>
<script>prettyPrint();</script>
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) {
<br class="clear">
<footer>
- Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Sat Jun 10 2017 20:41:57 GMT+0000 (UTC) using the Minami theme.
+ Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Jun 14 2017 22:00:09 GMT+0000 (UTC) using the Minami theme.
</footer>
<script>prettyPrint();</script>
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",