Skip to content

Commit

Permalink
🔖 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 19, 2024
1 parent da41212 commit 53e31ff
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,30 @@ 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.2](https://github.com/ebullient/obsidian-task-collector/compare/1.1.1...1.1.2)

- ⬆️ 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)
- Bump @typescript-eslint/parser from 7.17.0 to 7.18.0 [`7485675`](https://github.com/ebullient/obsidian-task-collector/commit/7485675413e82f94650bde69fc479cef0343c567)
- Bump @types/node from 20.14.11 to 22.0.0 [`4c05384`](https://github.com/ebullient/obsidian-task-collector/commit/4c05384a8721aa06a8aa5ee7553a5932a511c4e0)
- 🔇 re-align with debug setting [`7c7cf27`](https://github.com/ebullient/obsidian-task-collector/commit/7c7cf27a28bffea911f3d4947bf49e0d3af7cbbd)
- Bump @types/node from 22.0.0 to 22.1.0 [`f894f8b`](https://github.com/ebullient/obsidian-task-collector/commit/f894f8bbc5f648755e35f8c4c4cc61d6e3036f94)
- Bump ts-jest from 29.2.2 to 29.2.3 [`3d783ad`](https://github.com/ebullient/obsidian-task-collector/commit/3d783ad1e01f995ae33d2cb1fe5b5bf4f976180a)
- Bump typescript from 5.5.3 to 5.5.4 [`90dd9aa`](https://github.com/ebullient/obsidian-task-collector/commit/90dd9aa8437370339136bc5b5f07bcd621fa01cf)
- Bump @codemirror/view from 6.28.4 to 6.28.6 [`7b5c6b0`](https://github.com/ebullient/obsidian-task-collector/commit/7b5c6b065de02374e7b4e0602a0ef48813c5db43)
- Bump @types/node from 20.14.10 to 20.14.11 [`78dd141`](https://github.com/ebullient/obsidian-task-collector/commit/78dd141cd534998f0b747cfc0d93ca27d4269793)
- Bump @codemirror/view from 6.30.0 to 6.32.0 [`903d894`](https://github.com/ebullient/obsidian-task-collector/commit/903d89466e1a3cc9f688f90ef635b8240fb73f2e)
- Bump @types/node from 22.1.0 to 22.2.0 [`823c5ad`](https://github.com/ebullient/obsidian-task-collector/commit/823c5ad4771c729f688cc7cecca068b3cc6122da)
- Bump @codemirror/view from 6.29.1 to 6.30.0 [`2e6e559`](https://github.com/ebullient/obsidian-task-collector/commit/2e6e559817e81fad426c32db8db75f7daf5abffe)
- Bump ts-jest from 29.2.3 to 29.2.4 [`f01ca0a`](https://github.com/ebullient/obsidian-task-collector/commit/f01ca0adde3a801b7ea88e6c1d33edc393a39ca3)
- Bump @codemirror/view from 6.28.6 to 6.29.1 [`c9fa6eb`](https://github.com/ebullient/obsidian-task-collector/commit/c9fa6eb8173673456a83d0847a488e88b0a9bc50)
- 🐛 Fix build issues [`da41212`](https://github.com/ebullient/obsidian-task-collector/commit/da41212e6e189e787ca6d4e3bcb76cc34ffe98e0)

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

> 16 July 2024
- ✨ 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)
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.1",
"version": "1.1.2",
"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.1",
"version": "1.1.2",
"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.1",
"version": "1.1.2",
"private": true,
"description": "Manage completed tasks within a document in Obsidian (https://obsidian.md)",
"main": "main.js",
Expand Down

0 comments on commit 53e31ff

Please sign in to comment.