Skip to content

Commit e142e48

Browse files
🔖 1.1.10
1 parent 0bf9f27 commit e142e48

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,26 @@ 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.10](https://github.com/ebullient/obsidian-task-collector/compare/1.1.9...1.1.10)
8+
9+
- 🐛 Support + for unlinked lists; Resolves #657 [`#657`](https://github.com/ebullient/obsidian-task-collector/issues/657)
10+
- Bump @types/node from 22.15.30 to 24.0.2 [`f7bfaf9`](https://github.com/ebullient/obsidian-task-collector/commit/f7bfaf92fbaf4f446db0d8bf1e75ebab1c6bee6b)
11+
- Bump jest and @types/jest [`3f6a0e9`](https://github.com/ebullient/obsidian-task-collector/commit/3f6a0e9174d5f695ab0319ea8da1130058f364a2)
12+
- ⬆️ dependency bump [`95322fa`](https://github.com/ebullient/obsidian-task-collector/commit/95322fa69543a4e35124d55f7aeaa39d792cae20)
13+
- Bump jest from 30.0.0 to 30.0.2 [`8ac23c3`](https://github.com/ebullient/obsidian-task-collector/commit/8ac23c3beb8d567faad8bf7ddbf67d66845edd78)
14+
- 🩹 biome formatting [`0bf9f27`](https://github.com/ebullient/obsidian-task-collector/commit/0bf9f27d884f4cb04dff3bbf286493f272f003f0)
15+
- Bump jest-environment-jsdom from 29.7.0 to 30.0.0 [`5f7a367`](https://github.com/ebullient/obsidian-task-collector/commit/5f7a367fab14fd815261c8d31a44ad1045c03d50)
16+
- Bump jest-environment-jsdom from 30.0.0 to 30.0.2 [`ab94b6b`](https://github.com/ebullient/obsidian-task-collector/commit/ab94b6b10a81cc15401e901cdc84d761e39fe414)
17+
- 🩹 biome upgrade [`9ecef24`](https://github.com/ebullient/obsidian-task-collector/commit/9ecef249519e28158e1a1d2368b3960fe14ab778)
18+
- Bump @biomejs/biome from 1.9.4 to 2.0.4 [`958091f`](https://github.com/ebullient/obsidian-task-collector/commit/958091fbec805ae1cf453d18ce41200213818f8a)
19+
- Bump @biomejs/biome from 1.9.4 to 2.0.4 [`f9e41d3`](https://github.com/ebullient/obsidian-task-collector/commit/f9e41d32811dcae55287823a8fcd0abde6fcc343)
20+
- Bump @codemirror/view from 6.37.1 to 6.37.2 [`b198c1a`](https://github.com/ebullient/obsidian-task-collector/commit/b198c1ac3dbd693276f4ab58fac5ac91dd94b68e)
21+
- Bump ts-jest from 29.3.4 to 29.4.0 [`d27271b`](https://github.com/ebullient/obsidian-task-collector/commit/d27271b943e65c9490ce4282b3974bee97d855ff)
22+
723
#### [1.1.9](https://github.com/ebullient/obsidian-task-collector/compare/1.1.8...1.1.9)
824

25+
> 6 June 2025
26+
927
- ⬆️ dependency bump [`b269a35`](https://github.com/ebullient/obsidian-task-collector/commit/b269a35bf5ceedde6d0d9bc285b549830614722d)
1028
- Bump esbuild from 0.25.4 to 0.25.5 [`d4414cb`](https://github.com/ebullient/obsidian-task-collector/commit/d4414cb6de3f24ee3eb4bc20b8ca15f6e07367aa)
1129
- Bump @codemirror/view from 6.36.8 to 6.37.1 [`6920ff7`](https://github.com/ebullient/obsidian-task-collector/commit/6920ff71341fd20ab8da31fbfff2e40dc218e0a1)

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.9",
4+
"version": "1.1.10",
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.9",
4+
"version": "1.1.10",
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.9",
3+
"version": "1.1.10",
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)