0
mirror of https://github.com/valentineus/iii-for-vk.git synced 2025-05-02 02:21:25 +03:00

Release of version 0.0.3.

This commit is contained in:
Valentin Popov 2017-06-05 11:13:13 +00:00
parent 0c300e7735
commit 21b0680916
3 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,9 @@
# Description of releases
## 0.0.3 (05-06-2017)
Features:
- Added useful icons.
## 0.0.2 (05-06-2017)
Fix:

View File

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

View File

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