Skip to content

Commit f488fcc

Browse files
committed
0.3.3
1 parent 94bb126 commit f488fcc

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414

1515

16+
17+
## [0.3.3] - 2025-06-27
18+
19+
### Changes
20+
21+
- Tune status bar length
22+
- Improve code format
23+
1624
## [0.3.2] - 2025-06-27
1725

1826
### Changes

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "send-to-canvas",
33
"name": "Send to Canvas",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"minAppVersion": "1.0.0",
66
"author": "wenlzhang",
77
"authorUrl": "https://github.com/wenlzhang",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "send-to-canvas",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Send tasks, blocks, and notes to Canvas files as plain text, links, and embeds.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"0.2.0": "1.0.0",
88
"0.3.0": "1.0.0",
99
"0.3.1": "1.0.0",
10-
"0.3.2": "1.0.0"
10+
"0.3.2": "1.0.0",
11+
"0.3.3": "1.0.0"
1112
}

0 commit comments

Comments
 (0)