chore(release): 0.0.4

This commit is contained in:
Mara 2025-02-09 18:28:07 +01:00
parent 2cfd04a50e
commit 43a7702359
4 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
## [0.0.4](https://github.com/Mara-Li/obsidian-my-thesaurus/compare/0.0.3...0.0.4) (2025-02-09)
### Bug Fixes
* throw error when the path to the thesaurus is empty ([77b02f0](https://github.com/Mara-Li/obsidian-my-thesaurus/commit/77b02f04620bc8e88666146e84a85fb662c6a181))
## [0.0.3](https://github.com/Mara-Li/obsidian-my-thesaurus/compare/0.0.2...0.0.3) (2025-02-08)
### Features

View file

@ -1,7 +1,7 @@
{
"id": "my-thesaurus",
"name": "My Thesaurus",
"version": "0.0.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"description": "Add automagically tags based on a thesaurus (CSV or markdown table).",
"main": "main.js",
"private": true,