diff --git a/.changeset/poor-zoos-smoke.md b/.changeset/poor-zoos-smoke.md deleted file mode 100644 index 3fb3191..0000000 --- a/.changeset/poor-zoos-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mddb": patch ---- - -Fix type validation diff --git a/CHANGELOG.md b/CHANGELOG.md index a36212f..79c5250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # mddb +## 0.9.4 + +### Patch Changes + +- [`097e6d0`](https://github.com/datopian/markdowndb/commit/097e6d0b17321f696dc7e3e011d07c45eb9f5d65) Thanks [@mohamedsalem401](https://github.com/mohamedsalem401)! - Fix type validation + ## 0.9.3 ### Patch Changes diff --git a/package.json b/package.json index 5c9c4ff..7f7e192 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mddb", - "version": "0.9.3", + "version": "0.9.4", "description": "Parse markdown files and store them in an SQL database.", "bin": { "mddb": "./dist/src/bin/index.js"