From 273657bab14899d9c884346ed120625ad2bc4c79 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 Nov 2021 02:44:11 +0000 Subject: [PATCH] :bookmark: 1.0.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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 - [`51fbb5b`](https://github.com/giscus/giscus-component/commit/51fbb5b) (react) Update iframe src after deleting session param (Issues: [`#8`](https://github.com/giscus/giscus-component/issues/8)) --- 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 19a2cbd8..a2f19880 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,3 +1,8 @@ +# [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 +- [`51fbb5b`](https://github.com/giscus/giscus-component/commit/51fbb5b) (react) Update iframe src after deleting session param (Issues: [`#8`](https://github.com/giscus/giscus-component/issues/8)) + # v@giscus/react-v1.0.0 (2021-08-01) ## ✨ New Features diff --git a/packages/react/package.json b/packages/react/package.json index 442fd980..d299bb5a 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.0", + "version": "1.0.1", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.es.js",