Skip to content

Commit

Permalink
🔖 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 16, 2024
1 parent 5563822 commit e345f30
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.1](https://github.com/ebullient/obsidian-task-collector/compare/1.1.0...1.1.1)

- ✨ allow task toggle in mark cycle; resolves #456 [`#456`](https://github.com/ebullient/obsidian-task-collector/issues/456)
- ⬆️ upgrade dependencies [`a76f791`](https://github.com/ebullient/obsidian-task-collector/commit/a76f791bc9904394b08acf4172f1148667ceea79)
- Bump builtin-modules from 3.3.0 to 4.0.0 [`5563822`](https://github.com/ebullient/obsidian-task-collector/commit/556382296bd7ad5c792bf66dc641b86d74ed67b9)
- ⬆️ workflow to node 20 [`edd9712`](https://github.com/ebullient/obsidian-task-collector/commit/edd97123af546cdf335cfa9c10d64dc3562025ea)

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

> 16 July 2024
- 🐛 Do not bind to metadata checkbox; fixes #435 [`#435`](https://github.com/ebullient/obsidian-task-collector/issues/435)
- ⬆️ upgrade vitest [`7763a89`](https://github.com/ebullient/obsidian-task-collector/commit/7763a898369eeae8c6a59782c9a73e61c0b61ad5)
- Bump esbuild from 0.21.5 to 0.23.0 [`c642571`](https://github.com/ebullient/obsidian-task-collector/commit/c64257134cee0d0dcaadac0aaf260c55ec542248)
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.0",
"version": "1.1.1",
"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.0",
"version": "1.1.1",
"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.0",
"version": "1.1.1",
"private": true,
"description": "Manage completed tasks within a document in Obsidian (https://obsidian.md)",
"main": "main.js",
Expand Down

0 comments on commit e345f30

Please sign in to comment.