chore(release): 🚀 @antv/x6@1.16.0 [skip ci]

# @antv/x6 [1.16.0](https://github.com/antvis/x6/compare/@antv/x6@1.15.0...@antv/x6@1.16.0) (2021-03-11)

### Features

*  add direction option for midside node-anchor ([b235c11](ee62cc07ba))
This commit is contained in:
x6-bot
2021-03-11 01:41:29 +00:00
parent 2b9fc8d4f9
commit a43d914b70
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# @antv/x6 [1.16.0](https://github.com/antvis/x6/compare/@antv/x6@1.15.0...@antv/x6@1.16.0) (2021-03-11)
### Features
* ✨ add direction option for midside node-anchor ([b235c11](https://github.com/antvis/x6/commit/b235c1106b4041f257d4f0db5f30198e5c41c90d))
# @antv/x6 [1.15.0](https://github.com/antvis/x6/compare/@antv/x6@1.14.0...@antv/x6@1.15.0) (2021-03-10)

View File

@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "1.15.0",
"version": "1.16.0",
"description": "JavaScript diagramming library that uses SVG and HTML for rendering.",
"main": "lib/index.js",
"module": "es/index.js",

View File

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