diff options
author | Valentin Popov <valentineus@gmail.com> | 2017-06-05 14:13:13 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2017-06-05 14:13:13 +0300 |
commit | 21b06809168af0f2b4bc8c909bdee1619aac57a3 (patch) | |
tree | ad4ae0098856cd4a83a98620d6deb76365aa32ab | |
parent | 0c300e7735235c5481bd9904cc6e5dde0fe61671 (diff) | |
download | iii-for-vk-21b06809168af0f2b4bc8c909bdee1619aac57a3.tar.xz iii-for-vk-21b06809168af0f2b4bc8c909bdee1619aac57a3.zip |
Release of version 0.0.3.
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ada223c..b729ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Description of releases +## 0.0.3 (05-06-2017) + +Features: + - Added useful icons. + ## 0.0.2 (05-06-2017) Fix: @@ -1,4 +1,8 @@ # iii-for-vk +[![npm](https://img.shields.io/npm/v/iii-for-vk.svg)](https://www.npmjs.com/package/iii-for-vk) +[![dependencies Status](https://david-dm.org/valentineus/iii-for-vk/status.svg)](https://david-dm.org/valentineus/iii-for-vk) +[![devDependencies Status](https://david-dm.org/valentineus/iii-for-vk/dev-status.svg)](https://david-dm.org/valentineus/iii-for-vk?type=dev) + ## Description This package contains a minimalistic and simple API for the rapid deployment of the bot under the social network VK. Created to demonstrate the possibilities of using the `iii-client` package. diff --git a/package.json b/package.json index 31438c7..7150a78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iii-for-vk", - "version": "0.0.2", + "version": "0.0.3", "description": "Simple automatic reply to incoming messages.", "homepage": "https://github.com/valentineus/iii-for-vk", "main": "lib/core.js", |