From e30bba8d9cb6e19fdb9f5e493c28b61f2130168b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Feb 2022 10:15:11 +0000 Subject: [PATCH] :bookmark: 1.1.0-beta.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v@giscus/vue-v1.1.0-beta.2](https://github.com/giscus/giscus-component/compare/@giscus/vue-v1.1.0-beta.1...@giscus/vue-v1.1.0-beta.2) (2022-02-03) ## ✨ New Features - [`6f4e985`](https://github.com/giscus/giscus-component/commit/6f4e985) Add support for inputPosition option ## 🐛 Bug Fixes - [`3ed09b0`](https://github.com/giscus/giscus-component/commit/3ed09b0) (vue) Use computed src value on iframe element" --- packages/vue/CHANGELOG.md | 8 ++++++++ packages/vue/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index afd0e155..5f768b75 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,3 +1,11 @@ +# [v@giscus/vue-v1.1.0-beta.2](https://github.com/giscus/giscus-component/compare/@giscus/vue-v1.1.0-beta.1...@giscus/vue-v1.1.0-beta.2) (2022-02-03) + +## ✨ New Features +- [`6f4e985`](https://github.com/giscus/giscus-component/commit/6f4e985) Add support for inputPosition option + +## 🐛 Bug Fixes +- [`3ed09b0`](https://github.com/giscus/giscus-component/commit/3ed09b0) (vue) Use computed src value on iframe element" + # [v@giscus/vue-v1.1.0-beta.1](https://github.com/giscus/giscus-component/compare/@giscus/vue-v1.0.0...@giscus/vue-v1.1.0-beta.1) (2022-02-03) ## ✨ New Features diff --git a/packages/vue/package.json b/packages/vue/package.json index 24dc4825..06cd4284 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.1", + "version": "1.1.0-beta.2", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.es.js",