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

## @antv/x6 [1.12.13](https://github.com/antvis/x6/compare/@antv/x6@1.12.12...@antv/x6@1.12.13) (2021-01-23)

### Bug Fixes

* get registry first in html component ([c810821](33cbfc4411))
This commit is contained in:
x6-bot
2021-01-23 04:20:48 +00:00
parent 393dbc864b
commit 65c24a1618
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.12.13](https://github.com/antvis/x6/compare/@antv/x6@1.12.12...@antv/x6@1.12.13) (2021-01-23)
### Bug Fixes
* get registry first in html component ([c810821](https://github.com/antvis/x6/commit/c81082169763f4ca5432b44c94996674cd3599b1))
## @antv/x6 [1.12.12](https://github.com/antvis/x6/compare/@antv/x6@1.12.11...@antv/x6@1.12.12) (2021-01-23)
## @antv/x6 [1.12.11](https://github.com/antvis/x6/compare/@antv/x6@1.12.10...@antv/x6@1.12.11) (2021-01-22)

View File

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