chore(release): @antv/x6-vector@1.2.0 [skip ci]

# @antv/x6-vector [1.2.0](https://github.com/antvis/x6/compare/@antv/x6-vector@1.1.1...@antv/x6-vector@1.2.0) (2021-06-16)

### Bug Fixes

* 🐛 typos ([f7b1720](3ccdf2d198))
* update dependencies and fix type errors ([#1103](https://github.com/antvis/x6/issues/1103)) ([056b862](49d43716ad))

### Features

*  add filter elements ([7770bfe](6dca614db1))
This commit is contained in:
x6-bot
2021-06-16 15:05:22 +00:00
parent 2d1e3c7ac2
commit 5ba0450528
3 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,16 @@
# @antv/x6-vector [1.2.0](https://github.com/antvis/x6/compare/@antv/x6-vector@1.1.1...@antv/x6-vector@1.2.0) (2021-06-16)
### Bug Fixes
* 🐛 typos ([f7b1720](https://github.com/antvis/x6/commit/f7b1720280910bbfa1360494853fc0a511a22fdd))
* update dependencies and fix type errors ([#1103](https://github.com/antvis/x6/issues/1103)) ([056b862](https://github.com/antvis/x6/commit/056b862b4efe7dbdc559cac7194c2453996acc07))
### Features
* ✨ add filter elements ([7770bfe](https://github.com/antvis/x6/commit/7770bfeedd15d6c81fa4b48aaede2118e31295dc))
## @antv/x6-vector [1.1.2](https://github.com/antvis/x6/compare/@antv/x6-vector@1.1.1...@antv/x6-vector@1.1.2) (2021-06-15)

View File

@ -1,5 +1,5 @@
{
"version": "1.1.2",
"version": "1.2.0",
"name": "@antv/x6-vector",
"description": "Lightweight library for manipulating and animating SVG.",
"main": "lib/index.js",

View File

@ -3,5 +3,5 @@
/**
* Auto generated version file, do not modify it!
*/
const version = '1.1.2'
const version = '1.2.0'
export { version }