Skip to content

Commit

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

- ♻️ 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)
- Bump @eslint/js from 9.14.0 to 9.15.0 [`b0b2219`](https://github.com/ebullient/obsidian-task-collector/commit/b0b2219283606c051980d363ac93eae0d0185220)
- Bump eslint from 9.13.0 to 9.14.0 [`37407f3`](https://github.com/ebullient/obsidian-task-collector/commit/37407f3f997771a03f9d9ae83f1a0f15d4cea336)
- Bump eslint from 9.14.0 to 9.15.0 [`cc02e95`](https://github.com/ebullient/obsidian-task-collector/commit/cc02e9504b3750308aecfab36502c028feb6b5f8)
- Bump tslib from 2.8.0 to 2.8.1 [`9d9c66b`](https://github.com/ebullient/obsidian-task-collector/commit/9d9c66b0dcb32173752005e6c31230af6b4556eb)
- Bump @types/node from 22.10.1 to 22.10.2 [`770a6de`](https://github.com/ebullient/obsidian-task-collector/commit/770a6de85c6779ef8ecf39539e34399d3f662c6c)
- Bump @types/node from 22.9.1 to 22.9.3 [`62328b8`](https://github.com/ebullient/obsidian-task-collector/commit/62328b8fd4888bf4456639054cff14a367cad234)
- Bump typescript from 5.6.3 to 5.7.2 [`875f8f1`](https://github.com/ebullient/obsidian-task-collector/commit/875f8f1292c47a6d996ed324ce81a3013d62910c)
- Bump @eslint/eslintrc from 3.1.0 to 3.2.0 [`b8a0d99`](https://github.com/ebullient/obsidian-task-collector/commit/b8a0d99d7d098951df949ffed0ffe0240fb8d8f1)
- Bump @types/node from 22.8.2 to 22.8.7 [`f6440b7`](https://github.com/ebullient/obsidian-task-collector/commit/f6440b743e623ce7fd05e18ba22026280518623d)
- 💸 org-level funding [`f44c8e3`](https://github.com/ebullient/obsidian-task-collector/commit/f44c8e3243679b424422fc174e16a8e4abc556ec)

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

> 29 October 2024
- ⬆️ Resolve updated dependencies [`ff3a01c`](https://github.com/ebullient/obsidian-task-collector/commit/ff3a01cb3439eff9d11539697b1e76b00b1c5769)
- Bump @types/node from 22.7.7 to 22.8.1 [`6a3ebfb`](https://github.com/ebullient/obsidian-task-collector/commit/6a3ebfb6ea97af362b37208ca3c44fa2bfafaa34)
- MIT License [`e3b06d1`](https://github.com/ebullient/obsidian-task-collector/commit/e3b06d16f7ca9270ad840786129b460b3e9052a4)
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.5",
"version": "1.1.6",
"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.5",
"version": "1.1.6",
"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.5",
"version": "1.1.6",
"private": true,
"description": "Manage completed tasks within a document in Obsidian (https://obsidian.md)",
"main": "main.js",
Expand Down

0 comments on commit 9fc14e0

Please sign in to comment.