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

## @antv/x6 [1.23.7](https://github.com/antvis/x6/compare/@antv/x6@1.23.6...@antv/x6@1.23.7) (2021-06-11)

### Bug Fixes

* 🐛 check target file before read it ([8e8be17](f5be30bd6d))
This commit is contained in:
x6-bot
2021-06-11 07:03:50 +00:00
parent c1a5cd8665
commit 5a4daec080
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.23.7](https://github.com/antvis/x6/compare/@antv/x6@1.23.6...@antv/x6@1.23.7) (2021-06-11)
### Bug Fixes
* 🐛 check target file before read it ([8e8be17](https://github.com/antvis/x6/commit/8e8be17818421042ac6c1bd3d0176d1f9b79bb20))
## @antv/x6 [1.23.6](https://github.com/antvis/x6/compare/@antv/x6@1.23.5...@antv/x6@1.23.6) (2021-06-09)
## @antv/x6 [1.23.5](https://github.com/antvis/x6/compare/@antv/x6@1.23.4...@antv/x6@1.23.5) (2021-06-09)

View File

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