Skip to content

Commit 8cdf880

Browse files
🔖 1.1.3
1 parent d9821cb commit 8cdf880

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ 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.3](https://github.com/ebullient/obsidian-task-collector/compare/1.1.2...1.1.3)
8+
9+
- ⬆️ bump eslint [`6c53709`](https://github.com/ebullient/obsidian-task-collector/commit/6c537099ed851d8ab1e15d3ef09fcd4e2d0c3194)
10+
- 🐛 modal supports notes embedded in canvas [`d9821cb`](https://github.com/ebullient/obsidian-task-collector/commit/d9821cb51a7eb1573436a4f05786d0d9952db5de)
11+
- Bump ts-jest from 29.2.4 to 29.2.5 [`1ecfbb3`](https://github.com/ebullient/obsidian-task-collector/commit/1ecfbb3fe6a6a16b59044ecbac53b2347b09e75d)
12+
- Bump tslib from 2.6.3 to 2.7.0 [`c6e96bf`](https://github.com/ebullient/obsidian-task-collector/commit/c6e96bfd454bd720eb4ab116645d2600bbd6cda6)
13+
- Bump @codemirror/view from 6.32.0 to 6.33.0 [`fbbebfe`](https://github.com/ebullient/obsidian-task-collector/commit/fbbebfeeb07c434a83845311f011604863563e41)
14+
- Bump @types/node from 22.4.0 to 22.4.1 [`e840e03`](https://github.com/ebullient/obsidian-task-collector/commit/e840e03ac0e96921373b60407dac1fd4f3a5a980)
15+
716
#### [1.1.2](https://github.com/ebullient/obsidian-task-collector/compare/1.1.1...1.1.2)
817

18+
> 19 August 2024
19+
920
- ⬆️ bump eslint plugin [`7fb8179`](https://github.com/ebullient/obsidian-task-collector/commit/7fb817921b31d2ba6b06bc12281d51907f93265e)
1021
- Bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.17.0 [`6ad3cb6`](https://github.com/ebullient/obsidian-task-collector/commit/6ad3cb6c0f43a7e1bc2db03e8d86526d6f799632)
1122
- Bump @typescript-eslint/parser from 7.16.1 to 7.17.0 [`c17ca23`](https://github.com/ebullient/obsidian-task-collector/commit/c17ca238f1480fa08015f3e32f44cbe717d422df)

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