Skip to content

Commit 86bc39a

Browse files
Version Packages (#109)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ea9cc83 commit 86bc39a

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/dirty-spies-turn.md

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

CHANGELOG.md

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

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- [#108](https://github.com/datopian/markdowndb/pull/108) [`ea9cc83`](https://github.com/datopian/markdowndb/commit/ea9cc83e5315d256c80cf107ccd18caacaa6bc1a) Thanks [@mohamedsalem401](https://github.com/mohamedsalem401)! - - Add tests for document types
8+
- Fix throwing an error when the document type is incorrect
9+
- Fix linting error
10+
- Fix a strange duplicated body tags issue
11+
- Fix the library incorrectly stringifying strings
12+
- Add tests for computed fields
13+
314
## 0.9.1
415

516
### Patch 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.9.1",
3+
"version": "0.9.2",
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)