Skip to content

Commit e1af362

Browse files
committed
0.11.2
1 parent 72dafb3 commit e1af362

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
@@ -22,6 +22,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222

2323

2424

25+
26+
## [0.11.2] - 2025-06-27
27+
28+
### Changes
29+
30+
- Fix Todoist link indentation in callouts and quotes
31+
- Improve code format
32+
2533
## [0.11.1] - 2025-06-27
2634

2735
### Changes

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "todoist-context-bridge",
33
"name": "Todoist Context Bridge",
4-
"version": "0.11.1",
4+
"version": "0.11.2",
55
"minAppVersion": "0.15.0",
66
"description": "Bridge your note-taking and Todoist task management workflows with contextual connections. Seamlessly integrate with Dataview and Tasks plugins.",
77
"author": "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": "todoist-context-bridge",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "Bridge your note-taking and Todoist task management workflows with contextual connections. Seamlessly integrate with Dataview and Tasks plugins.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
"0.10.3": "0.15.0",
2323
"0.10.4": "0.15.0",
2424
"0.11.0": "0.15.0",
25-
"0.11.1": "0.15.0"
25+
"0.11.1": "0.15.0",
26+
"0.11.2": "0.15.0"
2627
}

0 commit comments

Comments
 (0)