0
mirror of https://github.com/valentineus/iii-client.git synced 2025-06-03 06:53:36 +03:00

Release of version 1.1.1.

This commit is contained in:
Valentin Popov 2017-06-05 16:38:03 +00:00
parent 0fa531c613
commit ea726a55b9
6 changed files with 12 additions and 4 deletions

View File

@ -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:

View File

@ -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)

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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",