diff --git a/docs/en/changelog.md b/docs/en/changelog.md index 8b2ca56b6..006f90626 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -1,4 +1,8 @@ # Change Log +## 8.3.1 +`2022-01-18` ++ 🐞 Fix `createShape` attribute `mode` does not take effect. + ## 8.3.0 `2022-01-16` + 🆕 Export some basic chart methods. diff --git a/docs/zh-CN/changelog.md b/docs/zh-CN/changelog.md index 49f45ad17..081f90723 100644 --- a/docs/zh-CN/changelog.md +++ b/docs/zh-CN/changelog.md @@ -1,4 +1,8 @@ # 更新日志 +## 8.3.1 +`2022-01-18` ++ 🐞 修复`createShape`属性`mode`不生效问题。 + ## 8.3.0 `2022-01-16` + 🆕 导出一些图表基础方法。 diff --git a/package.json b/package.json index 11dd8a3dc..304555cd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "klinecharts", - "version": "8.3.0", + "version": "8.3.1", "description": "Lightweight k-line chart built with html5 canvas", "main": "index.js", "types": "./types/index.d.ts",