diff --git a/.changeset/strange-ads-tan.md b/.changeset/strange-ads-tan.md deleted file mode 100644 index acc67f5..0000000 --- a/.changeset/strange-ads-tan.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"mddb": minor ---- - -Add Tags Extraction from Markdown Content. -Resolved issues with link extraction from Markdown documents. -Conducted code refactoring for improved readability and maintainability. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 35707d1..0c0d666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # mddb +## 0.4.0 + +### Minor Changes + +- [#61](https://github.com/datopian/markdowndb/pull/61) [`f6fe5b0`](https://github.com/datopian/markdowndb/commit/f6fe5b0899700462360e864c231473be99df91b0) Thanks [@mohamedsalem401](https://github.com/mohamedsalem401)! - Add Tags Extraction from Markdown Content. + Resolved issues with link extraction from Markdown documents. + Conducted code refactoring for improved readability and maintainability. + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index ae3ad7b..86d147a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mddb", - "version": "0.3.0", + "version": "0.4.0", "description": "Parse markdown files and store them in an SQL database.", "bin": { "mddb": "./dist/src/bin/index.js"