Skip to content

Commit e475922

Browse files
committed
0.4.1
1 parent 187d321 commit e475922

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
10+
## [0.4.1] - 2024-11-28
11+
12+
### Changes
13+
14+
- Improve code format
15+
- Fine tune Dataview and moment.js input boxes
16+
- feat: Add momentjs cleanup pattern
17+
- Fine tune Dataview cleanup pattern
18+
- Add Dataview cleanup patten
19+
920
## [0.4.0] - 2024-11-27
1021

1122
### 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.4.0",
4+
"version": "0.4.1",
55
"minAppVersion": "0.15.0",
66
"description": "Bridge your note-taking and task management workflows by maintaining strong contextual connections with Todoist.",
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.4.0",
3+
"version": "0.4.1",
44
"description": "Bridge your note-taking and task management workflows by maintaining strong contextual connections with Todoist.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"0.1.4": "0.15.0",
77
"0.2.0": "0.15.0",
88
"0.3.0": "0.15.0",
9-
"0.4.0": "0.15.0"
9+
"0.4.0": "0.15.0",
10+
"0.4.1": "0.15.0"
1011
}

0 commit comments

Comments
 (0)