Skip to content

Commit

Permalink
🔖 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# v@giscus/svelte-v1.0.0 (2021-08-01)

## ✨ New Features
- [`3291e1e`](3291e1e)  (svelte) Add basic Utterances compponent

## 🐛 Bug Fixes
- [`a9ff095`](a9ff095)  (svelte) Check ref before create script tag

## 🚑 Critical Hotfixes
- [`ce8a2bc`](ce8a2bc)   Initial release
  • Loading branch information
semantic-release-bot committed Aug 1, 2021
1 parent d38228e commit f058cc1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# v@giscus/svelte-v1.0.0 (2021-08-01)

## ✨ New Features
- [`3291e1e`](https://github.com/giscus/giscus-component/commit/3291e1e) (svelte) Add basic Utterances compponent

## 🐛 Bug Fixes
- [`a9ff095`](https://github.com/giscus/giscus-component/commit/a9ff095) (svelte) Check ref before create script tag

## 🚑 Critical Hotfixes
- [`ce8a2bc`](https://github.com/giscus/giscus-component/commit/ce8a2bc) Initial release
4 changes: 2 additions & 2 deletions 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": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -62,4 +62,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit f058cc1

Please sign in to comment.