Skip to content

Commit 6b2c251

Browse files
committed
0.1.3
1 parent be0deee commit 6b2c251

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

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

99

1010

11+
12+
## [0.1.3] - 2025-03-08
13+
14+
### Changes
15+
16+
- Reduce demo gif size
17+
- Add gif demo
18+
- Fix open task sending
19+
- Update README.md
20+
1121
## [0.1.2] - 2025-03-08
1222

1323
### 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.2",
4+
"version": "0.1.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.1.2",
3+
"version": "0.1.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
@@ -2,5 +2,6 @@
22
"0.0.1": "0.0.1",
33
"0.1.0": "1.0.0",
44
"0.1.1": "1.0.0",
5-
"0.1.2": "1.0.0"
5+
"0.1.2": "1.0.0",
6+
"0.1.3": "1.0.0"
67
}

0 commit comments

Comments
 (0)