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

## @antv/x6 [1.12.1](https://github.com/antvis/x6/compare/@antv/x6@1.12.0...@antv/x6@1.12.1) (2021-01-14)

### Bug Fixes

* comment the copy style code first ([bdb01a4](3b5abff3c2))
This commit is contained in:
x6-bot
2021-01-14 02:12:30 +00:00
parent 830b987810
commit 381a8c0d5b
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.12.1](https://github.com/antvis/x6/compare/@antv/x6@1.12.0...@antv/x6@1.12.1) (2021-01-14)
### Bug Fixes
* comment the copy style code first ([bdb01a4](https://github.com/antvis/x6/commit/bdb01a4ebac1896b4788c5c56d5fcff55bbbb663))
# @antv/x6 [1.12.0](https://github.com/antvis/x6/compare/@antv/x6@1.11.6...@antv/x6@1.12.0) (2021-01-13)

View File

@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "1.12.0",
"version": "1.12.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.12.0'
const version = '1.12.1'
export { version }