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 +}