From 43029b2cdba619b622afbdb7aa58b8dc4bd23d7a Mon Sep 17 00:00:00 2001 From: Youngchan Je Date: Wed, 8 Dec 2021 20:19:05 -0500 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1565e09 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +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. + + + +## 2.0.0 (2021-12-08) + +- Initial version. +- It starts from 2.0.0 which indicates that this is for Vue 2. Vue 3 will be supported from 3.0.0. diff --git a/package.json b/package.json index 2592ff8..10e4531 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-dyte", - "version": "1.0.0", - "description": "", + "version": "2.0.0", + "description": "A Vue component for Dyte client", "main": "dist/vue-dyte.ssr.js", "browser": "dist/vue-dyte.esm.js", "module": "dist/vue-dyte.esm.js",