diff --git a/.changeset/rotten-apes-cross.md b/.changeset/rotten-apes-cross.md deleted file mode 100644 index ed14249..0000000 --- a/.changeset/rotten-apes-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mddb": minor ---- - -[ #53 , JSON output option ] Implemented functionality to write file JSON output to disk diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d21942..878651e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # mddb +## 0.6.0 + +### Minor Changes + +- [#73](https://github.com/datopian/markdowndb/pull/73) [`aedd641`](https://github.com/datopian/markdowndb/commit/aedd6413a7eee41a0d710c477ba55996c43b3e0f) Thanks [@mohamedsalem401](https://github.com/mohamedsalem401)! - [ #53 , JSON output option ] Implemented functionality to write file JSON output to disk + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index 74df08e..9935bb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mddb", - "version": "0.5.0", + "version": "0.6.0", "description": "Parse markdown files and store them in an SQL database.", "bin": { "mddb": "./dist/src/bin/index.js"