diff --git a/.changeset/config.json b/.changeset/config.json new file mode 100644 index 0000000..c130659 --- /dev/null +++ b/.changeset/config.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": false, + "fixed": [], + "linked": [], + "access": "public", + "baseBranch": "main", + "updateInternalDependencies": "patch", + "ignore": [ + "playground-nuxt", + "playground-vue2", + "playground-vue3" + ] +} \ No newline at end of file diff --git a/packages/core/package.json b/packages/core/package.json index 7c5abb1..7699b82 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-click-to-vue-component", - "version": "0.1.1", + "version": "0.1.2", "description": "jump to local IDE source code while click the element of browser automatically.", "author": "xsf0105", "license": "MIT",