Skip to content

Commit

Permalink
🔖 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2024
1 parent d9821cb commit 8cdf880
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [1.1.3](https://github.com/ebullient/obsidian-task-collector/compare/1.1.2...1.1.3)

- ⬆️ bump eslint [`6c53709`](https://github.com/ebullient/obsidian-task-collector/commit/6c537099ed851d8ab1e15d3ef09fcd4e2d0c3194)
- 🐛 modal supports notes embedded in canvas [`d9821cb`](https://github.com/ebullient/obsidian-task-collector/commit/d9821cb51a7eb1573436a4f05786d0d9952db5de)
- Bump ts-jest from 29.2.4 to 29.2.5 [`1ecfbb3`](https://github.com/ebullient/obsidian-task-collector/commit/1ecfbb3fe6a6a16b59044ecbac53b2347b09e75d)
- Bump tslib from 2.6.3 to 2.7.0 [`c6e96bf`](https://github.com/ebullient/obsidian-task-collector/commit/c6e96bfd454bd720eb4ab116645d2600bbd6cda6)
- Bump @codemirror/view from 6.32.0 to 6.33.0 [`fbbebfe`](https://github.com/ebullient/obsidian-task-collector/commit/fbbebfeeb07c434a83845311f011604863563e41)
- Bump @types/node from 22.4.0 to 22.4.1 [`e840e03`](https://github.com/ebullient/obsidian-task-collector/commit/e840e03ac0e96921373b60407dac1fd4f3a5a980)

#### [1.1.2](https://github.com/ebullient/obsidian-task-collector/compare/1.1.1...1.1.2)

> 19 August 2024
- ⬆️ bump eslint plugin [`7fb8179`](https://github.com/ebullient/obsidian-task-collector/commit/7fb817921b31d2ba6b06bc12281d51907f93265e)
- Bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.17.0 [`6ad3cb6`](https://github.com/ebullient/obsidian-task-collector/commit/6ad3cb6c0f43a7e1bc2db03e8d86526d6f799632)
- Bump @typescript-eslint/parser from 7.16.1 to 7.17.0 [`c17ca23`](https://github.com/ebullient/obsidian-task-collector/commit/c17ca238f1480fa08015f3e32f44cbe717d422df)
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-task-collector",
"name": "Task Collector (TC)",
"version": "1.1.2",
"version": "1.1.3",
"minAppVersion": "0.13.10",
"description": "Change task status and collect tasks within a document using hotkeys and context menus.",
"author": "ebullient",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-task-collector",
"name": "Task Collector (TC)",
"version": "1.1.2",
"version": "1.1.3",
"minAppVersion": "0.13.10",
"description": "Change task status and collect tasks within a document using hotkeys and context menus.",
"author": "ebullient",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-task-collector",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"description": "Manage completed tasks within a document in Obsidian (https://obsidian.md)",
"main": "main.js",
Expand Down

0 comments on commit 8cdf880

Please sign in to comment.