From be90095a1aad58ee5bc2f1713a6b7933400e917e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 1 Aug 2021 12:42:05 +0000 Subject: [PATCH] :bookmark: 1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # v@giscus/vue-v1.0.0 (2021-08-01) ## ✨ New Features - [`705c944`](https://github.com/giscus/giscus-component/commit/705c944) (vue) Add basic Utterances component ## 🚑 Critical Hotfixes - [`ce8a2bc`](https://github.com/giscus/giscus-component/commit/ce8a2bc) Initial release --- packages/vue/CHANGELOG.md | 7 +++++++ packages/vue/package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index e69de29b..737323eb 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -0,0 +1,7 @@ +# v@giscus/vue-v1.0.0 (2021-08-01) + +## ✨ New Features +- [`705c944`](https://github.com/giscus/giscus-component/commit/705c944) (vue) Add basic Utterances component + +## 🚑 Critical Hotfixes +- [`ce8a2bc`](https://github.com/giscus/giscus-component/commit/ce8a2bc) Initial release diff --git a/packages/vue/package.json b/packages/vue/package.json index 6754aa44..6b7390bc 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -2,7 +2,7 @@ "name": "@giscus/vue", "private": false, "description": "Type-safe Vue component for giscus", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.es.js", @@ -65,4 +65,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}