Skip to content

Commit 91372eb

Browse files
authored
Merge pull request #87 from datopian/changeset-release/main
Version Packages
2 parents 81f85f6 + c24a829 commit 91372eb

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/flat-bikes-own.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# mddb
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#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]
8+
- Introduce a configuration parameter to support the inclusion of a custom function for computing fields.
9+
310
## 0.6.0
411

512
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mddb",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Parse markdown files and store them in an SQL database.",
55
"bin": {
66
"mddb": "./dist/src/bin/index.js"

0 commit comments

Comments
 (0)