Skip to content

Commit

Permalink
build: v9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Dec 17, 2023
1 parent 69849d7 commit 38be38a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/en-US/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 📠 Change Log

## 9.7.1
`2023-12-18`
+ 🐞 Fix indicators and overlays methods not effect error.
+ 🐞 Fix package manager download node version dependency error.

## 9.7.0
`2023-12-12`
+ 🆕 Add instance apis`setMaxOffsetLeftDistance` and `setMaxOffsetRightDistance`.
Expand Down
5 changes: 5 additions & 0 deletions docs/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 📠 更新日志

## 9.7.1
`2023-12-18`
+ 🐞 修复指标和覆盖物方法不执行问题。
+ 🐞 修复包管理器下载node版本依赖问题。

## 9.7.0
`2023-12-12`
+ 🆕 实例方法新增`setMaxOffsetLeftDistance``setMaxOffsetRightDistance`
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": "9.7.0",
"version": "9.7.1",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit 38be38a

Please sign in to comment.