diff --git a/.changeset/friendly-drinks-taste.md b/.changeset/friendly-drinks-taste.md deleted file mode 100644 index 447da4f0..00000000 --- a/.changeset/friendly-drinks-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fix incorrect type export paths diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2eac4e60..539c6d38 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.17.4 + +### Patch Changes + +- [`ffc2d17`](https://github.com/bcakmakoglu/vue-flow/commit/ffc2d17ab3201d69524f8e95797b57813256bdd7) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix incorrect type export paths + ## 1.17.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 67d64c3f..66792968 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.17.3", + "version": "1.17.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",