diff options
author | Valentin Popov <valentineus@gmail.com> | 2017-06-05 19:38:03 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2017-06-05 19:38:03 +0300 |
commit | ea726a55b9b64bc0ef059ada8fa3daf56320b5a8 (patch) | |
tree | 9115b193fb7c75cd4696c45d5e2462665a16b945 | |
parent | 0fa531c613ea7305978bb803b1e16bec6d53e6a3 (diff) | |
download | iii-client-ea726a55b9b64bc0ef059ada8fa3daf56320b5a8.tar.xz iii-client-ea726a55b9b64bc0ef059ada8fa3daf56320b5a8.zip |
Release of version 1.1.1.
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | docs/global.html | 2 | ||||
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | docs/index.js.html | 2 | ||||
-rw-r--r-- | package.json | 2 |
6 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa668d..431fca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Description of releases +## 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: @@ -45,6 +45,9 @@ Description of the internal kitchen can be seen on the [documentation page](http Found out a mistake or feel a lack of functionality? [issues](https://github.com/valentineus/iii-client/issues) +## Examples +- [iii-for-vk](https://github.com/valentineus/iii-for-vk) - Bot for social network VK; + ## License [![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/eslint/eslint) diff --git a/docs/global.html b/docs/global.html index 454ef04..a04aacb 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 Sun Jun 04 2017 19:03:12 GMT+0000 (UTC) using the Minami theme. + Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon Jun 05 2017 16:37:40 GMT+0000 (UTC) using the Minami theme. </footer> <script>prettyPrint();</script> diff --git a/docs/index.html b/docs/index.html index 80e84a7..8333d77 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 Sun Jun 04 2017 19:03:12 GMT+0000 (UTC) using the Minami theme. + Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon Jun 05 2017 16:37:40 GMT+0000 (UTC) using the Minami theme. </footer> <script>prettyPrint();</script> diff --git a/docs/index.js.html b/docs/index.js.html index f8526d5..1916ba5 100644 --- a/docs/index.js.html +++ b/docs/index.js.html @@ -219,7 +219,7 @@ function isVerification(data) { <br class="clear"> <footer> - Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Sun Jun 04 2017 19:03:12 GMT+0000 (UTC) using the Minami theme. + Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon Jun 05 2017 16:37:40 GMT+0000 (UTC) using the Minami theme. </footer> <script>prettyPrint();</script> diff --git a/package.json b/package.json index 1bb3aff..c9b5b83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iii-client", - "version": "1.1.0", + "version": "1.1.1", "description": "Simple API for communicating with the bot of the \"iii.ru\" service.", "homepage": "https://github.com/valentineus/iii-client", "license": "MIT", |