mirror of
https://github.com/mara-li/obsidian-my-thesaurus.git
synced 2026-07-22 05:38:22 +00:00
chore(release): 0.0.4
This commit is contained in:
parent
2cfd04a50e
commit
43a7702359
4 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue