chore: next release

This commit is contained in:
github-actions[bot]
2023-02-07 14:19:23 +00:00
committed by Braks
parent 49aef1ec88
commit 2c574acfdf
8 changed files with 21 additions and 25 deletions

View File

@@ -1,5 +1,14 @@
# @vue-flow/node-resizer
## 1.2.0
### Minor Changes
- [#633](https://github.com/bcakmakoglu/vue-flow/pull/633) [`5abe4ca2`](https://github.com/bcakmakoglu/vue-flow/commit/5abe4ca2e5ab7a16f8a650edcaa959e0a710de11) Thanks [@AlexeyMeshkov](https://github.com/AlexeyMeshkov)! - Add `keepAspectRatio` option to node-resizer.
- Aspect ratio can either be a number or a boolean
- When using a boolean value, the aspect ratio will match the initial node sizes' aspect ratio
## 1.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vue-flow/node-resizer",
"version": "1.1.0",
"version": "1.2.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",