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

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

### Bug Fixes

* 🐛 add ToJSONData type ([f5ffbe2](5e34da456a))
This commit is contained in:
x6-bot
2021-03-11 12:25:14 +00:00
parent b4e1ac1849
commit 2dedfb4d36
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.17.1](https://github.com/antvis/x6/compare/@antv/x6@1.17.0...@antv/x6@1.17.1) (2021-03-11)
### Bug Fixes
* 🐛 add ToJSONData type ([f5ffbe2](https://github.com/antvis/x6/commit/f5ffbe2ffa50cb9585ee241aa1f37d5c069e97e5))
# @antv/x6 [1.17.0](https://github.com/antvis/x6/compare/@antv/x6@1.16.0...@antv/x6@1.17.0) (2021-03-11)

View File

@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "1.17.0",
"version": "1.17.1",
"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.17.0'
const version = '1.17.1'
export { version }