From e2185fa76779d38b073c0b09525869113da3e01f Mon Sep 17 00:00:00 2001 From: Mara-Li Date: Thu, 27 Feb 2025 12:23:44 +0100 Subject: [PATCH] chore(release): 0.0.10 --- CHANGELOG.md | 2 ++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e56034b..d959223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.0.10](https://github.com/Mara-Li/obsidian-my-thesaurus/compare/0.0.9...0.0.10) (2025-02-27) + ## [0.0.9](https://github.com/Mara-Li/obsidian-my-thesaurus/compare/0.0.8...0.0.9) (2025-02-24) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index 174aa92..5f94181 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "my-thesaurus", "name": "My Thesaurus", - "version": "0.0.9", + "version": "0.0.10", "minAppVersion": "1.5.12", "description": "Automagically adds tags based on a simple csv file or a Markdown table.", "author": "mara-li", diff --git a/manifest.json b/manifest.json index 174aa92..5f94181 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "my-thesaurus", "name": "My Thesaurus", - "version": "0.0.9", + "version": "0.0.10", "minAppVersion": "1.5.12", "description": "Automagically adds tags based on a simple csv file or a Markdown table.", "author": "mara-li", diff --git a/package.json b/package.json index 340d6b4..a188ec8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-thesaurus", - "version": "0.0.9", + "version": "0.0.10", "description": "Add automagically tags based on a thesaurus (CSV or markdown table).", "main": "main.js", "private": true,