Skip to content

Commit

Permalink
🔖 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [v@giscus/svelte-v1.1.0](https://github.com/giscus/giscus-component/compare/@giscus/svelte-v1.0.1...@giscus/svelte-v1.1.0) (2022-02-03)

## ✨ New Features
- [`a9edcb9`](a9edcb9)  (shared) Add lang attribute support
- [`ac97ce2`](ac97ce2)   Add support for inputPosition option

## 🐛 Bug Fixes
- [`92a7e64`](92a7e64)  (svelte) Use computed src value on iframe element
  • Loading branch information
semantic-release-bot committed Feb 3, 2022
1 parent 606529c commit 64e50cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [v@giscus/svelte-v1.1.0](https://github.com/giscus/giscus-component/compare/@giscus/svelte-v1.0.1...@giscus/svelte-v1.1.0) (2022-02-03)

## ✨ New Features
- [`a9edcb9`](https://github.com/giscus/giscus-component/commit/a9edcb9) (shared) Add lang attribute support
- [`ac97ce2`](https://github.com/giscus/giscus-component/commit/ac97ce2) Add support for inputPosition option

## 🐛 Bug Fixes
- [`92a7e64`](https://github.com/giscus/giscus-component/commit/92a7e64) (svelte) Use computed src value on iframe element

# [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
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@giscus/svelte",
"private": false,
"description": "Type-safe Svelte component for giscus",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs.js",
Expand Down

1 comment on commit 64e50cf

@vercel
Copy link

@vercel vercel bot commented on 64e50cf Feb 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.