Skip to content

Commit f1378ec

Browse files
committed
0.6.0
1 parent 1e839a0 commit f1378ec

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

CHANGELOG.md

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

99

1010

11+
12+
## [0.6.0] - 2024-11-29
13+
14+
### Changes
15+
16+
- Update documentation
17+
- Improve code format
18+
- Update README.md
19+
- Update documentation
20+
- feat: Add skipping weekends for relative dates
21+
- Fine tune settings tab
22+
- Debug relative due date
23+
- Debug relative due date
24+
- Debug relative due date
25+
- feat: Add relative due date
26+
- Update package.json
27+
- Improve code format
28+
1129
## [Unreleased]
1230

1331
### Added

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.5.0",
4+
"version": "0.6.0",
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.5.0",
3+
"version": "0.6.0",
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
@@ -8,5 +8,6 @@
88
"0.3.0": "0.15.0",
99
"0.4.0": "0.15.0",
1010
"0.4.1": "0.15.0",
11-
"0.5.0": "0.15.0"
11+
"0.5.0": "0.15.0",
12+
"0.6.0": "0.15.0"
1213
}

0 commit comments

Comments
 (0)