diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a2f19880..47db85b7 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v@giscus/react-v1.1.0-beta.1](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.0.1...@giscus/react-v1.1.0-beta.1) (2022-02-03) + +## ✨ New Features +- [`a9edcb9`](https://github.com/giscus/giscus-component/commit/a9edcb9) (shared) Add lang attribute support + # [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 4e25ff54..a0b11346 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-beta.1", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.es.js",