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

## @antv/x6 [1.13.3](https://github.com/antvis/x6/compare/@antv/x6@1.13.2...@antv/x6@1.13.3) (2021-03-02)

### Bug Fixes

* 🐛 fix start pos error in mousewheel ([1077a31](e9cc7ba765))
This commit is contained in:
x6-bot
2021-03-02 08:33:44 +00:00
parent e4d1e9f844
commit 97982aec45
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.13.3](https://github.com/antvis/x6/compare/@antv/x6@1.13.2...@antv/x6@1.13.3) (2021-03-02)
### Bug Fixes
* 🐛 fix start pos error in mousewheel ([1077a31](https://github.com/antvis/x6/commit/1077a3196219ecadbf1ecffac31d843d542f91fb))
## @antv/x6 [1.13.2](https://github.com/antvis/x6/compare/@antv/x6@1.13.1...@antv/x6@1.13.2) (2021-03-02)

View File

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