diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f25815d2..a857028d 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v@giscus/react-v1.1.2-beta.1](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.1.1...@giscus/react-v1.1.2-beta.1) (2022-02-09) + +## 🚑 Critical Hotfixes +- [`c25ec3b`](https://github.com/giscus/giscus-component/commit/c25ec3b) Resize iframe with ResizeObserver + # [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 diff --git a/packages/react/package.json b/packages/react/package.json index 1d70e418..177fd7b1 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.1", + "version": "1.1.2-beta.1", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.es.js",