Skip to content

Commit 8af771c

Browse files
committed
chore(release): release v1.2.0
1 parent 2ab9441 commit 8af771c

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.md

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

22

3+
# [1.2.0](https://github.com/ljcoder2015/obsidian-sheet-plus/compare/1.1.8...1.2.0) (2024-06-05)
4+
35
## [1.1.8](https://github.com/ljcoder2015/obsidian-sheet-plus/compare/1.1.7...1.1.8) (2024-05-29)
46

57

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@ Its core functionality and capabilities are provided through plugins, making it
3434

3535
### Data validation
3636
![data validation](/images/data-validation.gif)
37+
38+
### Filter
39+
![filter](/images/filter.gif)
40+
41+
### Float Image
42+
![float image](/images/image.gif)
43+
44+
### Comment
45+
![comment](/images/remark.gif)

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