Skip to content

Commit 2012079

Browse files
committed
chore(release): release v1.6.2
1 parent b7937e5 commit 2012079

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [1.6.2](https://github.com/ljcoder2015/obsidian-sheet-plus/compare/1.6.1...1.6.2) (2025-01-06)
4+
5+
6+
### Bug Fixes
7+
8+
* Embedded Link Renders Chart Data Incorrectly ([b7937e5](https://github.com/ljcoder2015/obsidian-sheet-plus/commit/b7937e57cd286bc6623d47f80d0bb00149728022))
9+
310
## [1.6.1](https://gitee.com/ljcoder2015/obsidian-sheet-plus/compare/1.6.0...1.6.1) (2025-01-05)
411

512

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "sheet-plus",
33
"name": "Sheet Plus",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"minAppVersion": "1.5.11",
66
"description": "Create Excel-like spreadsheets and easily embed them in Markdown.",
77
"author": "ljcoder",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sheet-plus",
33
"type": "module",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"description": "Create Excel-like spreadsheets and easily embed them in Markdown.",
66
"author": "ljcoder",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)