Skip to content

Commit

Permalink
Version Packages (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jan 15, 2024
1 parent ea9cc83 commit 86bc39a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/dirty-spies-turn.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# mddb

## 0.9.2

### Patch Changes

- [#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
- Fix throwing an error when the document type is incorrect
- Fix linting error
- Fix a strange duplicated body tags issue
- Fix the library incorrectly stringifying strings
- Add tests for computed fields

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mddb",
"version": "0.9.1",
"version": "0.9.2",
"description": "Parse markdown files and store them in an SQL database.",
"bin": {
"mddb": "./dist/src/bin/index.js"
Expand Down

0 comments on commit 86bc39a

Please sign in to comment.