From 53e31ff0aa2274961dda5e8480961304f05ed4bd Mon Sep 17 00:00:00 2001 From: GitHub <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 00:28:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=201.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 22 ++++++++++++++++++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e102927a..745762b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/manifest-beta.json b/manifest-beta.json index 76f589c1..1cc5dfc7 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -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", diff --git a/manifest.json b/manifest.json index 76f589c1..1cc5dfc7 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package-lock.json b/package-lock.json index c9cd7209..3d31d8b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-task-collector", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-task-collector", - "version": "1.1.1", + "version": "1.1.2", "license": "AGPL-3.0-only", "dependencies": { "@codemirror/language": "https://github.com/lishid/cm-language", diff --git a/package.json b/package.json index 73ec5bf2..6f52b87c 100644 --- a/package.json +++ b/package.json @@ -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",