Skip to content

Commit fbb0539

Browse files
committed
chore(release): release v1.7.6
1 parent a3a1f33 commit fbb0539

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

22

3+
## [1.7.6](https://github.com/ljcoder2015/obsidian-sheet-plus/compare/1.7.5...1.7.6) (2025-01-10)
4+
5+
6+
### Bug Fixes
7+
8+
* UniverSheetsDrawingUIPlugin dependency bug ([a3a1f33](https://github.com/ljcoder2015/obsidian-sheet-plus/commit/a3a1f33dcf24fb0c7055eb2d7745dedf355db4c7))
9+
10+
11+
### Features
12+
13+
* update readme ([25a7181](https://github.com/ljcoder2015/obsidian-sheet-plus/commit/25a7181250748784c00d00114c047e1a30902786))
14+
315
## [1.7.5](https://github.com/ljcoder2015/obsidian-sheet-plus/compare/1.7.4...1.7.5) (2025-01-09)
416

517

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.7.5",
4+
"version": "1.7.6",
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.7.5",
4+
"version": "1.7.6",
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)