Skip to content

Commit 3aa8349

Browse files
Version Packages (#72)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6a8a952 commit 3aa8349

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/five-dots-speak.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.5.0
4+
5+
### Minor Changes
6+
7+
- [#71](https://github.com/datopian/markdowndb/pull/71) [`6a8a952`](https://github.com/datopian/markdowndb/commit/6a8a9525c90f3d4160d412f3929922b1e2df354b) Thanks [@mohamedsalem401](https://github.com/mohamedsalem401)! - [ #60 , extract tasks ]
8+
Add tasks extraction from files. e.g `- [ ] task`
9+
310
## 0.4.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.4.0",
3+
"version": "0.5.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)