From 7dd2dcf29c18462cc2be171ba3a8424a4fb6af0c Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 16 May 2026 02:35:28 -0600 Subject: [PATCH 1/3] Update manifest author metadata (#16) --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a997146..65d1f50 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "version": "1.0.4", "minAppVersion": "0.15.0", "description": "Text manipulation commands: case conversion, line numbering, and more. Works with single and multiple selections.", - "author": "", - "authorUrl": "", + "author": "Nils Telleria", + "authorUrl": "https://github.com/nilsandrey", "isDesktopOnly": false } From e99232cb3ae3b2cb96d8057d194a41b6e07eb003 Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 16 May 2026 02:42:34 -0600 Subject: [PATCH 2/3] chore: release 1.0.5 [skip ci] (#17) --- CHANGELOG.md | 12 +++++++++++- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78afe86..1cedeb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), --- +## [1.0.5] – 2026-05-16 + +### Changed + +Update manifest author metadata. (PR #16) + +[1.0.5]: https://github.com/nilsandrey/TextToolsPlugin/releases/tag/1.0.5 + ## [1.0.4] – 2026-03-10 ### Changed @@ -18,7 +26,9 @@ Fix sentence case ESLint config: remove redundant "GUIDs" from ignoreWords (hand ### Changed -Fix code quality issues: sentence case, promise handling, deprecated functions, and settings headings. (PR #10) +Fix code quality issues: sentence case, promise handling, deprecated functions, and settings headings. + (PR #10) + (PR #10) [1.0.3]: https://github.com/nilsandrey/TextToolsPlugin/releases/tag/1.0.3 diff --git a/manifest.json b/manifest.json index 65d1f50..a02560c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "text-tools", "name": "Local Text Tools", - "version": "1.0.4", + "version": "1.0.5", "minAppVersion": "0.15.0", "description": "Text manipulation commands: case conversion, line numbering, and more. Works with single and multiple selections.", "author": "Nils Telleria", diff --git a/package.json b/package.json index ff9293c..a2311c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-text-tools", - "version": "1.0.4", + "version": "1.0.5", "description": "Text manipulation tools for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0438402..823cab8 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "0.15.0", "1.0.2": "0.15.0", "1.0.3": "0.15.0", - "1.0.4": "0.15.0" + "1.0.4": "0.15.0", + "1.0.5": "0.15.0" } From 104d051f74f425189ef2c3fdcc18dcad85cce65d Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 16 May 2026 11:34:14 -0600 Subject: [PATCH 3/3] chore: remove entry for version 1.0.5 from changelog --- CHANGELOG.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cedeb5..78afe86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), --- -## [1.0.5] – 2026-05-16 - -### Changed - -Update manifest author metadata. (PR #16) - -[1.0.5]: https://github.com/nilsandrey/TextToolsPlugin/releases/tag/1.0.5 - ## [1.0.4] – 2026-03-10 ### Changed @@ -26,9 +18,7 @@ Fix sentence case ESLint config: remove redundant "GUIDs" from ignoreWords (hand ### Changed -Fix code quality issues: sentence case, promise handling, deprecated functions, and settings headings. - (PR #10) - (PR #10) +Fix code quality issues: sentence case, promise handling, deprecated functions, and settings headings. (PR #10) [1.0.3]: https://github.com/nilsandrey/TextToolsPlugin/releases/tag/1.0.3