Skip to content

Commit

Permalink
🔖 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 4, 2024
1 parent 7578441 commit d3a50d6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ 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.4](https://github.com/ebullient/obsidian-task-collector/compare/1.1.3...1.1.4)

- Bump @typescript-eslint/eslint-plugin from 8.2.0 to 8.3.0 [`7c6f55c`](https://github.com/ebullient/obsidian-task-collector/commit/7c6f55c419e6d5e0313789d006330ade7b77fd6d)
- Bump @typescript-eslint/parser from 8.2.0 to 8.4.0 [`0feb45b`](https://github.com/ebullient/obsidian-task-collector/commit/0feb45b27f28e3a7a1bb5ddfe9d8ed55a374b91f)
- ✨ support checking tasks in embedded sections [`a0b40b6`](https://github.com/ebullient/obsidian-task-collector/commit/a0b40b6bd3b9340ea95d90db4a82648403673635)
- Bump @types/node from 22.5.0 to 22.5.2 [`7578441`](https://github.com/ebullient/obsidian-task-collector/commit/7578441ff6960225c91b4ee26d8224bc54e2a0e4)

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

> 29 August 2024
- ⬆️ 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)
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.3",
"version": "1.1.4",
"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.3",
"version": "1.1.4",
"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.3",
"version": "1.1.4",
"private": true,
"description": "Manage completed tasks within a document in Obsidian (https://obsidian.md)",
"main": "main.js",
Expand Down

0 comments on commit d3a50d6

Please sign in to comment.