Skip to content

Commit 4a3fe46

Browse files
🔖 1.1.9
1 parent b269a35 commit 4a3fe46

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.1.9](https://github.com/ebullient/obsidian-task-collector/compare/1.1.8...1.1.9)
8+
9+
- ⬆️ dependency bump [`b269a35`](https://github.com/ebullient/obsidian-task-collector/commit/b269a35bf5ceedde6d0d9bc285b549830614722d)
10+
- Bump esbuild from 0.25.4 to 0.25.5 [`d4414cb`](https://github.com/ebullient/obsidian-task-collector/commit/d4414cb6de3f24ee3eb4bc20b8ca15f6e07367aa)
11+
- Bump @codemirror/view from 6.36.8 to 6.37.1 [`6920ff7`](https://github.com/ebullient/obsidian-task-collector/commit/6920ff71341fd20ab8da31fbfff2e40dc218e0a1)
12+
- Bump @types/node from 22.15.21 to 22.15.29 [`77c3f68`](https://github.com/ebullient/obsidian-task-collector/commit/77c3f680025bd20921be7fbf4f0b023b94355689)
13+
- Bump @types/codemirror from 5.60.15 to 5.60.16 [`ee49f2c`](https://github.com/ebullient/obsidian-task-collector/commit/ee49f2cb40cabe8febf3446827f4d42ab2838903)
14+
715
#### [1.1.8](https://github.com/ebullient/obsidian-task-collector/compare/1.1.7...1.1.8)
816

17+
> 23 May 2025
18+
919
- 🐛 Ensure checkbox handlers are unique; fixes #641 [`#641`](https://github.com/ebullient/obsidian-task-collector/issues/641)
1020
- ⬆️ dependency bump [`56f438f`](https://github.com/ebullient/obsidian-task-collector/commit/56f438ff27b4eddb55d841cde57600e1bc346ff3)
1121
- Bump esbuild from 0.25.3 to 0.25.4 [`f358589`](https://github.com/ebullient/obsidian-task-collector/commit/f358589dcc0c5b42550eacef1d6b9b4e015a6e38)

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-collector",
33
"name": "Task Collector (TC)",
4-
"version": "1.1.8",
4+
"version": "1.1.9",
55
"minAppVersion": "0.13.10",
66
"description": "Change task status and collect tasks within a document using hotkeys and context menus.",
77
"author": "ebullient",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-collector",
33
"name": "Task Collector (TC)",
4-
"version": "1.1.8",
4+
"version": "1.1.9",
55
"minAppVersion": "0.13.10",
66
"description": "Change task status and collect tasks within a document using hotkeys and context menus.",
77
"author": "ebullient",

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": "obsidian-task-collector",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"private": true,
55
"description": "Manage completed tasks within a document in Obsidian (https://obsidian.md)",
66
"main": "main.js",

0 commit comments

Comments
 (0)