From 421791c2ae8973fdc8c6baa4765b6109feb59317 Mon Sep 17 00:00:00 2001 From: Alan Ktquez Date: Wed, 2 Dec 2020 01:52:48 -0300 Subject: [PATCH] chore(release): 0.1.6 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89dbc8e..2b295a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.6](https://github.com/ktquez/vue-social-chat/compare/v0.1.5...v0.1.6) (2020-12-02) + ### [0.1.5](https://github.com/ktquez/vue-social-chat/compare/v0.1.4...v0.1.5) (2020-07-30) diff --git a/package-lock.json b/package-lock.json index b6ca5e3..170178b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-social-chat", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 61b9023..9478035 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-social-chat", - "version": "0.1.5", + "version": "0.1.6", "description": "Vue.js component for your visitors and customers to send messages directly to you through social chats or customized form.", "main": "dist/vue-social-chat.ssr.js", "browser": "dist/vue-social-chat.esm.js",