From 606529cd174de3411ffd7c323e86a70fa3f03aaa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Feb 2022 15:02:05 +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/react-v1.1.0](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.0.1...@giscus/react-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 - [`991b842`](https://github.com/giscus/giscus-component/commit/991b842) (react) Fix session param handling --- packages/react/CHANGELOG.md | 9 +++++++++ packages/react/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a2f19880..b9ffbe93 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,3 +1,12 @@ +# [v@giscus/react-v1.1.0](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.0.1...@giscus/react-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 +- [`991b842`](https://github.com/giscus/giscus-component/commit/991b842) (react) Fix session param handling + # [v@giscus/react-v1.0.1](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.0.0...@giscus/react-v1.0.1) (2021-11-14) ## 🔒 Security Issues diff --git a/packages/react/package.json b/packages/react/package.json index 1b7d7b62..b955313b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,7 +2,7 @@ "name": "@giscus/react", "private": false, "description": "Type-safe React component for giscus", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.es.js",