diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 412b857b..9426ec6e 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v@giscus/vue-v1.1.0-beta.6](https://github.com/giscus/giscus-component/compare/@giscus/vue-v1.1.0-beta.5...@giscus/vue-v1.1.0-beta.6) (2022-02-03) + +## 🐛 Bug Fixes +- [`73cb096`](https://github.com/giscus/giscus-component/commit/73cb096) (vue) Do not reference react types + # [v@giscus/vue-v1.1.0-beta.5](https://github.com/giscus/giscus-component/compare/@giscus/vue-v1.1.0-beta.4...@giscus/vue-v1.1.0-beta.5) (2022-02-03) # [v@giscus/vue-v1.1.0-beta.4](https://github.com/giscus/giscus-component/compare/@giscus/vue-v1.1.0-beta.3...@giscus/vue-v1.1.0-beta.4) (2022-02-03) diff --git a/packages/vue/package.json b/packages/vue/package.json index c85d3049..c10f07aa 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": "1.1.0-beta.5", + "version": "1.1.0-beta.6", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.es.js",