diff --git a/.changeset/rude-pants-add.md b/.changeset/rude-pants-add.md deleted file mode 100644 index 70c0b8d..0000000 --- a/.changeset/rude-pants-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mddb": minor ---- - -- Add configuration with include/exclude options diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf7d05..f95ce33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # mddb +## 0.9.0 + +### Minor Changes + +- [#97](https://github.com/datopian/markdowndb/pull/97) [`c496199`](https://github.com/datopian/markdowndb/commit/c496199373745c066d82875700fcedd1e476ac3e) Thanks [@mohamedsalem401](https://github.com/mohamedsalem401)! - - Add configuration with include/exclude options + ## 0.8.0 ### Minor Changes diff --git a/package.json b/package.json index 549272c..a55b942 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mddb", - "version": "0.8.0", + "version": "0.9.0", "description": "Parse markdown files and store them in an SQL database.", "bin": { "mddb": "./dist/src/bin/index.js"