From 87672599d9d4bd4c16d2981cff62643f4b4d025e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Feb 2022 02:18:09 +0000 Subject: [PATCH] :bookmark: 1.1.0-beta.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v@giscus/vue-v1.1.0-beta.1](https://github.com/giscus/giscus-component/compare/@giscus/vue-v1.0.0...@giscus/vue-v1.1.0-beta.1) (2022-02-03) ## ✨ New Features - [`a9edcb9`](https://github.com/giscus/giscus-component/commit/a9edcb9) (shared) Add lang attribute support --- packages/vue/CHANGELOG.md | 5 +++++ packages/vue/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 737323eb..afd0e155 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v@giscus/vue-v1.1.0-beta.1](https://github.com/giscus/giscus-component/compare/@giscus/vue-v1.0.0...@giscus/vue-v1.1.0-beta.1) (2022-02-03) + +## ✨ New Features +- [`a9edcb9`](https://github.com/giscus/giscus-component/commit/a9edcb9) (shared) Add lang attribute support + # v@giscus/vue-v1.0.0 (2021-08-01) ## ✨ New Features diff --git a/packages/vue/package.json b/packages/vue/package.json index 6b7390bc..24dc4825 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -2,7 +2,7 @@ "name": "@giscus/vue", "private": false, "description": "Type-safe Vue component for giscus", - "version": "1.0.0", + "version": "1.1.0-beta.1", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.es.js",