From 21b06809168af0f2b4bc8c909bdee1619aac57a3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 5 Jun 2017 11:13:13 +0000 Subject: Release of version 0.0.3. --- CHANGELOG.md | 5 +++++ README.md | 4 ++++ package.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) 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: diff --git a/README.md b/README.md index afca4d1..a0c5366 100644 --- a/README.md +++ b/README.md @@ -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", -- cgit v1.2.3