From b7057a4e15bf4cd9b9d0b9387b24884e77b6eeb0 Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 16 May 2026 02:41:42 -0600 Subject: [PATCH] chore: release 1.0.5 [skip ci] --- 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" }