diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 8e27c263..ca2492c4 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v@giscus/svelte-v1.0.1](https://github.com/giscus/giscus-component/compare/@giscus/svelte-v1.0.0...@giscus/svelte-v1.0.1) (2021-08-01) + +## 🚑 Critical Hotfixes +- [`10cf56e`](https://github.com/giscus/giscus-component/commit/10cf56e) (svelte) Use onMount for determining session + # v@giscus/svelte-v1.0.0 (2021-08-01) ## ✨ New Features diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 5383fe63..f7d9b00a 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -2,7 +2,7 @@ "name": "@giscus/svelte", "private": false, "description": "Type-safe Svelte component for giscus", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "type": "module", "main": "dist/index.cjs.js",