From 64e50cfb9130e75dd407e3668c0280767e426be8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Feb 2022 15:02:54 +0000 Subject: [PATCH] :bookmark: 1.1.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v@giscus/svelte-v1.1.0](https://github.com/giscus/giscus-component/compare/@giscus/svelte-v1.0.1...@giscus/svelte-v1.1.0) (2022-02-03) ## ✨ New Features - [`a9edcb9`](https://github.com/giscus/giscus-component/commit/a9edcb9) (shared) Add lang attribute support - [`ac97ce2`](https://github.com/giscus/giscus-component/commit/ac97ce2) Add support for inputPosition option ## 🐛 Bug Fixes - [`92a7e64`](https://github.com/giscus/giscus-component/commit/92a7e64) (svelte) Use computed src value on iframe element --- packages/svelte/CHANGELOG.md | 9 +++++++++ packages/svelte/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index ca2492c4..ee25436c 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,3 +1,12 @@ +# [v@giscus/svelte-v1.1.0](https://github.com/giscus/giscus-component/compare/@giscus/svelte-v1.0.1...@giscus/svelte-v1.1.0) (2022-02-03) + +## ✨ New Features +- [`a9edcb9`](https://github.com/giscus/giscus-component/commit/a9edcb9) (shared) Add lang attribute support +- [`ac97ce2`](https://github.com/giscus/giscus-component/commit/ac97ce2) Add support for inputPosition option + +## 🐛 Bug Fixes +- [`92a7e64`](https://github.com/giscus/giscus-component/commit/92a7e64) (svelte) Use computed src value on iframe element + # [v@giscus/svelte-v1.0.1](https://github.com/giscus/giscus-component/compare/@giscus/svelte-v1.0.0...@giscus/svelte-v1.0.1) (2021-08-01) ## 🚑 Critical Hotfixes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index f7d9b00a..5ecaffb7 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -2,7 +2,7 @@ "name": "@giscus/svelte", "private": false, "description": "Type-safe Svelte component for giscus", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "type": "module", "main": "dist/index.cjs.js",