Skip to content

Commit a7e711c

Browse files
committed
0.3.1
1 parent 2fa9a0f commit a7e711c

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

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

1212

1313

14+
15+
## [0.3.1] - 2025-04-05
16+
17+
### Changes
18+
19+
- Address review comments
20+
1421
## [0.3.0] - 2025-03-25
1522

1623
### 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.0",
4+
"version": "0.3.1",
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.0",
3+
"version": "0.3.1",
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
@@ -5,5 +5,6 @@
55
"0.1.2": "1.0.0",
66
"0.1.3": "1.0.0",
77
"0.2.0": "1.0.0",
8-
"0.3.0": "1.0.0"
8+
"0.3.0": "1.0.0",
9+
"0.3.1": "1.0.0"
910
}

0 commit comments

Comments
 (0)