Skip to content

Commit 59a04f4

Browse files
Version Packages (#93)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ea5d036 commit 59a04f4

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/popular-eyes-eat.md

-7
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# mddb
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [`ea5d036`](https://github.com/datopian/markdowndb/commit/ea5d0366a8b82163fa4a1e85a5e62443a09475f3) Thanks [@mohamedsalem401](https://github.com/mohamedsalem401)! - - Add computed fields
8+
- Add document types
9+
- Implement hot-reloading
10+
311
## 0.7.0
412

513
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mddb",
3-
"version": "0.7.0",
3+
"version": "0.8.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)