Skip to content

Commit e345f30

Browse files
🔖 1.1.1
1 parent 5563822 commit e345f30

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ 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.1](https://github.com/ebullient/obsidian-task-collector/compare/1.1.0...1.1.1)
8+
9+
- ✨ allow task toggle in mark cycle; resolves #456 [`#456`](https://github.com/ebullient/obsidian-task-collector/issues/456)
10+
- ⬆️ upgrade dependencies [`a76f791`](https://github.com/ebullient/obsidian-task-collector/commit/a76f791bc9904394b08acf4172f1148667ceea79)
11+
- Bump builtin-modules from 3.3.0 to 4.0.0 [`5563822`](https://github.com/ebullient/obsidian-task-collector/commit/556382296bd7ad5c792bf66dc641b86d74ed67b9)
12+
- ⬆️ workflow to node 20 [`edd9712`](https://github.com/ebullient/obsidian-task-collector/commit/edd97123af546cdf335cfa9c10d64dc3562025ea)
13+
714
#### [1.1.0](https://github.com/ebullient/obsidian-task-collector/compare/1.0.17...1.1.0)
815

16+
> 16 July 2024
17+
918
- 🐛 Do not bind to metadata checkbox; fixes #435 [`#435`](https://github.com/ebullient/obsidian-task-collector/issues/435)
1019
- ⬆️ upgrade vitest [`7763a89`](https://github.com/ebullient/obsidian-task-collector/commit/7763a898369eeae8c6a59782c9a73e61c0b61ad5)
1120
- Bump esbuild from 0.21.5 to 0.23.0 [`c642571`](https://github.com/ebullient/obsidian-task-collector/commit/c64257134cee0d0dcaadac0aaf260c55ec542248)

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