chore(release): 0.0.10

This commit is contained in:
Mara-Li 2025-02-27 12:23:44 +01:00
parent 99f274cbe2
commit e2185fa767
4 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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",

View file

@ -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",

View file

@ -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,