diff --git a/.changeset/flat-bikes-own.md b/.changeset/flat-bikes-own.md deleted file mode 100644 index f791297..0000000 --- a/.changeset/flat-bikes-own.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"mddb": minor ---- - -[#54 Computed Fields] -- Introduce a configuration parameter to support the inclusion of a custom function for computing fields. diff --git a/CHANGELOG.md b/CHANGELOG.md index 878651e..8f3ce58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # mddb +## 0.7.0 + +### Minor Changes + +- [#86](https://github.com/datopian/markdowndb/pull/86) [`81f85f6`](https://github.com/datopian/markdowndb/commit/81f85f6c382722031f24f75e8ac822bcf91a3fa5) Thanks [@mohamedsalem401](https://github.com/mohamedsalem401)! - [#54 Computed Fields] + - Introduce a configuration parameter to support the inclusion of a custom function for computing fields. + ## 0.6.0 ### Minor Changes diff --git a/package.json b/package.json index 110c8a7..d943b1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mddb", - "version": "0.6.0", + "version": "0.7.0", "description": "Parse markdown files and store them in an SQL database.", "bin": { "mddb": "./dist/src/bin/index.js"