Skip to content

Commit 69c4472

Browse files
🔖 1.1.7
1 parent 9237b13 commit 69c4472

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-5
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,32 @@ 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.7](https://github.com/ebullient/obsidian-task-collector/compare/1.1.6...1.1.7)
8+
9+
- ✨ Always add reset all command. Resolves #611 [`#611`](https://github.com/ebullient/obsidian-task-collector/issues/611)
10+
- ⬆️ bump dependencies [`f72cb31`](https://github.com/ebullient/obsidian-task-collector/commit/f72cb319bc54aa3d53d8a273c89bf28403a92b4c)
11+
- Bump esbuild from 0.24.0 to 0.24.2 [`7034d38`](https://github.com/ebullient/obsidian-task-collector/commit/7034d38afd4b92371d18adc633cdb5fa27582e0f)
12+
- Bump esbuild from 0.24.2 to 0.25.0 [`06e2ca3`](https://github.com/ebullient/obsidian-task-collector/commit/06e2ca379dacfc56176a0ac087e53d502151223b)
13+
- Bump ts-jest from 29.2.5 to 29.2.6 [`41dbfa6`](https://github.com/ebullient/obsidian-task-collector/commit/41dbfa6f67b36d78adb56e5611f4b73ef5a8cb22)
14+
- Bump @codemirror/view from 6.36.2 to 6.36.3 [`6ff0037`](https://github.com/ebullient/obsidian-task-collector/commit/6ff0037acb273e11204ddce4501befbe3227bcbf)
15+
- Bump @codemirror/state from 6.5.1 to 6.5.2 [`f3b71e0`](https://github.com/ebullient/obsidian-task-collector/commit/f3b71e07b9d19b86d0a25ae165c0d5c6edccd4bb)
16+
- Bump @types/node from 22.10.7 to 22.10.10 [`7dd01ff`](https://github.com/ebullient/obsidian-task-collector/commit/7dd01ff2263cbf8180cfd107decb82c1843537af)
17+
- Bump @codemirror/state from 6.5.0 to 6.5.1 [`1b7622e`](https://github.com/ebullient/obsidian-task-collector/commit/1b7622ece4ae1b2caa92806933d1f25b7fcc94f5)
18+
- Bump typescript from 5.7.2 to 5.7.3 [`295062c`](https://github.com/ebullient/obsidian-task-collector/commit/295062c802945d7c4c8f7e36853cb101bd905077)
19+
- Bump @codemirror/view from 6.35.3 to 6.36.1 [`e42114a`](https://github.com/ebullient/obsidian-task-collector/commit/e42114a095387c452649001b60ec896a63ca08dc)
20+
- Bump obsidian from 1.7.2 to 1.8.7 [`bc54d7f`](https://github.com/ebullient/obsidian-task-collector/commit/bc54d7f5eb26214c6ef182ba4af625f341479425)
21+
- Bump @types/node from 22.13.4 to 22.13.5 [`4a2ca21`](https://github.com/ebullient/obsidian-task-collector/commit/4a2ca21c21d2e26dc00be3c94ef8a1d1f9985098)
22+
- Bump @types/node from 22.13.1 to 22.13.4 [`18138b7`](https://github.com/ebullient/obsidian-task-collector/commit/18138b795b1da04d61ea3ea6b155dfe8dc36d805)
23+
- Bump @types/node from 22.13.0 to 22.13.1 [`3921f0a`](https://github.com/ebullient/obsidian-task-collector/commit/3921f0aba8aab9e282c3e99775e17e4e7153b693)
24+
- Bump @types/node from 22.10.10 to 22.13.0 [`f670717`](https://github.com/ebullient/obsidian-task-collector/commit/f670717577bc616762a5d5b0d9f4146dbef99ec2)
25+
- Bump @types/node from 22.10.5 to 22.10.7 [`4837af0`](https://github.com/ebullient/obsidian-task-collector/commit/4837af0ea41fd7eb701dc17565bc99e8f47d995e)
26+
- Bump @codemirror/view from 6.36.1 to 6.36.2 [`9881a27`](https://github.com/ebullient/obsidian-task-collector/commit/9881a27702ac0a16d1ccd91ab78b67110f244b15)
27+
- Bump @types/node from 22.10.2 to 22.10.5 [`aecdedf`](https://github.com/ebullient/obsidian-task-collector/commit/aecdedff38d4ea73d7595dd2e7f76f1334f130cf)
28+
729
#### [1.1.6](https://github.com/ebullient/obsidian-task-collector/compare/1.1.5...1.1.6)
830

31+
> 19 December 2024
32+
933
- ♻️ eslint/prettier -> biome [`b866018`](https://github.com/ebullient/obsidian-task-collector/commit/b8660180c067ea90c7bdbea9b5a71d58317c3284)
1034
- ⬆️ wrap-up bump [`b36f549`](https://github.com/ebullient/obsidian-task-collector/commit/b36f549a577d023be47d3288808a7e9ae3c7769e)
1135
- Bump @eslint/js from 9.13.0 to 9.14.0 [`7325cdb`](https://github.com/ebullient/obsidian-task-collector/commit/7325cdba9857b24c6f3e5691bda505e03697d0b0)

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