chore: bump versions

This commit is contained in:
github-actions[bot]
2022-10-21 18:49:16 +02:00
committed by Braks
parent 009bbdba6d
commit 0bd8049a4b
8 changed files with 21 additions and 14 deletions
+6
View File
@@ -1,5 +1,11 @@
# @vue-flow/core
## 1.2.0
### Minor Changes
- [#123](https://github.com/bcakmakoglu/vue-flow/pull/123) [`3105bd0`](https://github.com/bcakmakoglu/vue-flow/commit/3105bd051ab4ac72c95e524dcb5c551ee4f812f6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Disable console warnings for production node-envs (can be set using process.env.NODE_ENV to `production` or `prod`)
## 1.1.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.1.4",
"version": "1.2.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",