diff --git a/.changeset/nasty-turtles-hear.md b/.changeset/nasty-turtles-hear.md deleted file mode 100644 index c319944e..00000000 --- a/.changeset/nasty-turtles-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Correct smoothstep edge pathing diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8d2519b0..a710df7b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.32.1 + +### Patch Changes + +- [#1314](https://github.com/bcakmakoglu/vue-flow/pull/1314) [`14c4253`](https://github.com/bcakmakoglu/vue-flow/commit/14c4253ff43646ba0f563880ac2fc4733345d65c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correct smoothstep edge pathing + ## 1.32.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3b3662a9..a643514f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.32.0", + "version": "1.32.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",