From 86bc39ad75fe2d8ecaa4bf6f33c760c7a9cc26d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 22:33:25 +0200 Subject: [PATCH] Version Packages (#109) Co-authored-by: github-actions[bot] --- .changeset/dirty-spies-turn.md | 10 ---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/dirty-spies-turn.md diff --git a/.changeset/dirty-spies-turn.md b/.changeset/dirty-spies-turn.md deleted file mode 100644 index 115e57b..0000000 --- a/.changeset/dirty-spies-turn.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"mddb": patch ---- - -- 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index bdcf19f..4b64bc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 0050788..b2cba54 100644 --- a/package.json +++ b/package.json @@ -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"