Skip to content

Commit

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

## ✨ New Features
- [`705c944`](705c944)  (vue) Add basic Utterances component

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

## ✨ New Features
- [`705c944`](https://github.com/giscus/giscus-component/commit/705c944) (vue) Add basic Utterances component

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

0 comments on commit be90095

Please sign in to comment.