From bb9ac613117840ca0719b81ad0dd90e9c70e92b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 00:32:11 +0200 Subject: [PATCH] Version Packages (#104) Co-authored-by: github-actions[bot] --- .changeset/short-llamas-kneel.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/short-llamas-kneel.md diff --git a/.changeset/short-llamas-kneel.md b/.changeset/short-llamas-kneel.md deleted file mode 100644 index f677025..0000000 --- a/.changeset/short-llamas-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mddb": patch ---- - -Fix tags from body extraction diff --git a/CHANGELOG.md b/CHANGELOG.md index f95ce33..bdcf19f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # mddb +## 0.9.1 + +### Patch Changes + +- [#103](https://github.com/datopian/markdowndb/pull/103) [`ae6575e`](https://github.com/datopian/markdowndb/commit/ae6575ee40a1633a235bca0513f1071552b39395) Thanks [@mohamedsalem401](https://github.com/mohamedsalem401)! - Fix tags from body extraction + ## 0.9.0 ### Minor Changes diff --git a/package.json b/package.json index a55b942..0050788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mddb", - "version": "0.9.0", + "version": "0.9.1", "description": "Parse markdown files and store them in an SQL database.", "bin": { "mddb": "./dist/src/bin/index.js"