From ea726a55b9b64bc0ef059ada8fa3daf56320b5a8 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 5 Jun 2017 16:38:03 +0000 Subject: Release of version 1.1.1. --- CHANGELOG.md | 5 +++++ README.md | 3 +++ docs/global.html | 2 +- docs/index.html | 2 +- docs/index.js.html | 2 +- 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: diff --git a/README.md b/README.md index ae4f348..13d1b77 100644 --- a/README.md +++ b/README.md @@ -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 @@
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 @@
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) {
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", -- cgit v1.2.3