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:
@ -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)
|
||||
|
||||
|
||||
|
@ -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",
|
||||
|
@ -3,5 +3,5 @@
|
||||
/**
|
||||
* Auto generated version file, do not modify it!
|
||||
*/
|
||||
const version = '1.15.0'
|
||||
const version = '1.16.0'
|
||||
export { version }
|
||||
|
Reference in New Issue
Block a user