diff --git a/.changeset/strong-buttons-wink.md b/.changeset/strong-buttons-wink.md deleted file mode 100644 index c01fb390..00000000 --- a/.changeset/strong-buttons-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Correct connection keys. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 34123c22..0664b3b9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.42.1 + +### Patch Changes + +- [#1749](https://github.com/bcakmakoglu/vue-flow/pull/1749) [`56eb94e`](https://github.com/bcakmakoglu/vue-flow/commit/56eb94e10963de645a61b0fd737365b05415577d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correct connection keys. + ## 1.42.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 91d61361..22253ca3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.42.0", + "version": "1.42.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",