Skip to content

Commit

Permalink
🔖 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 25, 2025
1 parent 9237b13 commit 69c4472
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,32 @@ 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.7](https://github.com/ebullient/obsidian-task-collector/compare/1.1.6...1.1.7)

- ✨ Always add reset all command. Resolves #611 [`#611`](https://github.com/ebullient/obsidian-task-collector/issues/611)
- ⬆️ bump dependencies [`f72cb31`](https://github.com/ebullient/obsidian-task-collector/commit/f72cb319bc54aa3d53d8a273c89bf28403a92b4c)
- Bump esbuild from 0.24.0 to 0.24.2 [`7034d38`](https://github.com/ebullient/obsidian-task-collector/commit/7034d38afd4b92371d18adc633cdb5fa27582e0f)
- Bump esbuild from 0.24.2 to 0.25.0 [`06e2ca3`](https://github.com/ebullient/obsidian-task-collector/commit/06e2ca379dacfc56176a0ac087e53d502151223b)
- Bump ts-jest from 29.2.5 to 29.2.6 [`41dbfa6`](https://github.com/ebullient/obsidian-task-collector/commit/41dbfa6f67b36d78adb56e5611f4b73ef5a8cb22)
- Bump @codemirror/view from 6.36.2 to 6.36.3 [`6ff0037`](https://github.com/ebullient/obsidian-task-collector/commit/6ff0037acb273e11204ddce4501befbe3227bcbf)
- Bump @codemirror/state from 6.5.1 to 6.5.2 [`f3b71e0`](https://github.com/ebullient/obsidian-task-collector/commit/f3b71e07b9d19b86d0a25ae165c0d5c6edccd4bb)
- Bump @types/node from 22.10.7 to 22.10.10 [`7dd01ff`](https://github.com/ebullient/obsidian-task-collector/commit/7dd01ff2263cbf8180cfd107decb82c1843537af)
- Bump @codemirror/state from 6.5.0 to 6.5.1 [`1b7622e`](https://github.com/ebullient/obsidian-task-collector/commit/1b7622ece4ae1b2caa92806933d1f25b7fcc94f5)
- Bump typescript from 5.7.2 to 5.7.3 [`295062c`](https://github.com/ebullient/obsidian-task-collector/commit/295062c802945d7c4c8f7e36853cb101bd905077)
- Bump @codemirror/view from 6.35.3 to 6.36.1 [`e42114a`](https://github.com/ebullient/obsidian-task-collector/commit/e42114a095387c452649001b60ec896a63ca08dc)
- Bump obsidian from 1.7.2 to 1.8.7 [`bc54d7f`](https://github.com/ebullient/obsidian-task-collector/commit/bc54d7f5eb26214c6ef182ba4af625f341479425)
- Bump @types/node from 22.13.4 to 22.13.5 [`4a2ca21`](https://github.com/ebullient/obsidian-task-collector/commit/4a2ca21c21d2e26dc00be3c94ef8a1d1f9985098)
- Bump @types/node from 22.13.1 to 22.13.4 [`18138b7`](https://github.com/ebullient/obsidian-task-collector/commit/18138b795b1da04d61ea3ea6b155dfe8dc36d805)
- Bump @types/node from 22.13.0 to 22.13.1 [`3921f0a`](https://github.com/ebullient/obsidian-task-collector/commit/3921f0aba8aab9e282c3e99775e17e4e7153b693)
- Bump @types/node from 22.10.10 to 22.13.0 [`f670717`](https://github.com/ebullient/obsidian-task-collector/commit/f670717577bc616762a5d5b0d9f4146dbef99ec2)
- Bump @types/node from 22.10.5 to 22.10.7 [`4837af0`](https://github.com/ebullient/obsidian-task-collector/commit/4837af0ea41fd7eb701dc17565bc99e8f47d995e)
- Bump @codemirror/view from 6.36.1 to 6.36.2 [`9881a27`](https://github.com/ebullient/obsidian-task-collector/commit/9881a27702ac0a16d1ccd91ab78b67110f244b15)
- Bump @types/node from 22.10.2 to 22.10.5 [`aecdedf`](https://github.com/ebullient/obsidian-task-collector/commit/aecdedff38d4ea73d7595dd2e7f76f1334f130cf)

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

> 19 December 2024
- ♻️ eslint/prettier -> biome [`b866018`](https://github.com/ebullient/obsidian-task-collector/commit/b8660180c067ea90c7bdbea9b5a71d58317c3284)
- ⬆️ wrap-up bump [`b36f549`](https://github.com/ebullient/obsidian-task-collector/commit/b36f549a577d023be47d3288808a7e9ae3c7769e)
- Bump @eslint/js from 9.13.0 to 9.14.0 [`7325cdb`](https://github.com/ebullient/obsidian-task-collector/commit/7325cdba9857b24c6f3e5691bda505e03697d0b0)
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.6",
"version": "1.1.7",
"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.6",
"version": "1.1.7",
"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.6",
"version": "1.1.7",
"private": true,
"description": "Manage completed tasks within a document in Obsidian (https://obsidian.md)",
"main": "main.js",
Expand Down

0 comments on commit 69c4472

Please sign in to comment.