diff --git a/.changeset/four-tips-stare.md b/.changeset/four-tips-stare.md deleted file mode 100644 index 21c17897..00000000 --- a/.changeset/four-tips-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Correct return type of `useNodesData` diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 78df5e2c..7c44538c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.33.1 + +### Patch Changes + +- [#1329](https://github.com/bcakmakoglu/vue-flow/pull/1329) [`9b5d496`](https://github.com/bcakmakoglu/vue-flow/commit/9b5d496a58705270476530360500e9b9ce13abe8) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correct return type of `useNodesData` + ## 1.33.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index df9d1f6b..7d4841ee 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.33.0", + "version": "1.33.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",