From 173cd012187369e9bd43061bd1ce104db0d768ec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Feb 2022 16:10:26 +0000 Subject: [PATCH] :bookmark: 1.1.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v@giscus/react-v1.1.1](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.1.0...@giscus/react-v1.1.1) (2022-02-03) ## 🐛 Bug Fixes - [`49ec37b`](https://github.com/giscus/giscus-component/commit/49ec37b) (react) Fix crash when using preact --- packages/react/CHANGELOG.md | 5 +++++ packages/react/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index b9ffbe93..f25815d2 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v@giscus/react-v1.1.1](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.1.0...@giscus/react-v1.1.1) (2022-02-03) + +## 🐛 Bug Fixes +- [`49ec37b`](https://github.com/giscus/giscus-component/commit/49ec37b) (react) Fix crash when using preact + # [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 diff --git a/packages/react/package.json b/packages/react/package.json index 48970117..872dae7a 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.1.0", + "version": "1.1.1", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.es.js",