diff --git a/.changeset/short-llamas-kneel.md b/.changeset/short-llamas-kneel.md deleted file mode 100644 index f677025..0000000 --- a/.changeset/short-llamas-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mddb": patch ---- - -Fix tags from body extraction diff --git a/CHANGELOG.md b/CHANGELOG.md index f95ce33..bdcf19f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # mddb +## 0.9.1 + +### Patch Changes + +- [#103](https://github.com/datopian/markdowndb/pull/103) [`ae6575e`](https://github.com/datopian/markdowndb/commit/ae6575ee40a1633a235bca0513f1071552b39395) Thanks [@mohamedsalem401](https://github.com/mohamedsalem401)! - Fix tags from body extraction + ## 0.9.0 ### Minor Changes diff --git a/package.json b/package.json index a55b942..0050788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mddb", - "version": "0.9.0", + "version": "0.9.1", "description": "Parse markdown files and store them in an SQL database.", "bin": { "mddb": "./dist/src/bin/index.js"