diff --git a/.changeset/weak-humans-explode.md b/.changeset/weak-humans-explode.md deleted file mode 100644 index 910534e6..00000000 --- a/.changeset/weak-humans-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Downgrade unplugin-auto-import to fix vue types issue diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 23a8bec0..25cd6872 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.16.1 + +### Patch Changes + +- [#746](https://github.com/bcakmakoglu/vue-flow/pull/746) [`73a2b168`](https://github.com/bcakmakoglu/vue-flow/commit/73a2b16893b263d2fd64852b4e4acb0637a603ec) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Downgrade unplugin-auto-import to fix vue types issue + ## 1.16.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 1805c4b8..c82f8fa2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.16.0", + "version": "1.16.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",