diff --git a/.changeset/six-adults-jam.md b/.changeset/six-adults-jam.md deleted file mode 100644 index 1a604782..00000000 --- a/.changeset/six-adults-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add nullish operator to checkVisibility call diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8543f249..56cfbffc 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.46.3 + +### Patch Changes + +- [#1942](https://github.com/bcakmakoglu/vue-flow/pull/1942) [`90cf6ff`](https://github.com/bcakmakoglu/vue-flow/commit/90cf6ff83fc08191df16fd64a45668c4dbcdd845) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add nullish operator to checkVisibility call + ## 1.46.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 56138800..2daa2533 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.46.2", + "version": "1.46.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",