Skip to content

Commit bcac31d

Browse files
committed
0.2.0
1 parent 0190b5d commit bcac31d

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

CHANGELOG.md

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

1010

1111

12+
13+
## [0.2.0] - 2025-03-11
14+
15+
### Changes
16+
17+
- Fix eslint errors
18+
- Improve code format
19+
- Remove duplicated css file
20+
- Fix open task text appending issue
21+
- Fix open task text appending issue
22+
- Address comments
23+
- Add demo video
24+
- Improve code format
25+
1226
## [0.1.3] - 2025-03-08
1327

1428
### 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.1.3",
4+
"version": "0.2.0",
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.1.3",
3+
"version": "0.2.0",
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
@@ -3,5 +3,6 @@
33
"0.1.0": "1.0.0",
44
"0.1.1": "1.0.0",
55
"0.1.2": "1.0.0",
6-
"0.1.3": "1.0.0"
6+
"0.1.3": "1.0.0",
7+
"0.2.0": "1.0.0"
78
}

0 commit comments

Comments
 (0)