Skip to content

Commit

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

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

## 🐛 Bug Fixes
- [`1448a21`](1448a21)  (vue) Use computed src value on iframe element"
- [`467ebab`](467ebab)  (vue) Do not reference react types
  • Loading branch information
semantic-release-bot committed Feb 3, 2022
1 parent 64e50cf commit 5546f9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [v@giscus/vue-v1.1.0](https://github.com/giscus/giscus-component/compare/@giscus/vue-v1.0.0...@giscus/vue-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
- [`1448a21`](https://github.com/giscus/giscus-component/commit/1448a21) (vue) Use computed src value on iframe element"
- [`467ebab`](https://github.com/giscus/giscus-component/commit/467ebab) (vue) Do not reference react types

# v@giscus/vue-v1.0.0 (2021-08-01)

## ✨ New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@giscus/vue",
"private": false,
"description": "Type-safe Vue component for giscus",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down

1 comment on commit 5546f9e

@vercel
Copy link

@vercel vercel bot commented on 5546f9e 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.