Skip to content

Commit

Permalink
docs: v8.3.1 docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Jan 18, 2022
1 parent a46d781 commit 41ccb8c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions docs/zh-CN/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 更新日志
## 8.3.1
`2022-01-18`
+ 🐞 修复`createShape`属性`mode`不生效问题。

## 8.3.0
`2022-01-16`
+ 🆕 导出一些图表基础方法。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 41ccb8c

Please sign in to comment.