diff --git a/.changeset/long-walls-join.md b/.changeset/long-walls-join.md deleted file mode 100644 index 4ae07314..00000000 --- a/.changeset/long-walls-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Inline event names diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e5b064fa..f9037fd8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.40.1 + +### Patch Changes + +- [#1591](https://github.com/bcakmakoglu/vue-flow/pull/1591) [`5eb677b`](https://github.com/bcakmakoglu/vue-flow/commit/5eb677bbbe113f2aa698db3156af38abe7892db3) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Inline event names + ## 1.40.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index b0d8741c..1f6f0447 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.40.0", + "version": "1.40.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",