From de207e4ccb6aae18055b75a9936300e010439ee5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 10 Aug 2023 20:39:18 +0000 Subject: [PATCH] Version Packages --- .changeset/fuzzy-falcons-flow.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fuzzy-falcons-flow.md diff --git a/.changeset/fuzzy-falcons-flow.md b/.changeset/fuzzy-falcons-flow.md deleted file mode 100644 index fd87b7d..0000000 --- a/.changeset/fuzzy-falcons-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mddb": minor ---- - -Extract wiki links with Obsidian style shortest paths diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0b874..fee880e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # mddb +## 0.2.0 + +### Minor Changes + +- [`6f93669`](https://github.com/datopian/markdowndb/commit/6f93669d748e7c7c4c5d72cf100f251a21603fe3) Thanks [@olayway](https://github.com/olayway)! - Extract wiki links with Obsidian style shortest paths + ## 0.1.9 ### Patch Changes diff --git a/package.json b/package.json index 2b87133..c7d2c18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mddb", - "version": "0.1.9", + "version": "0.2.0", "description": "Parse markdown files and store them in an SQL database.", "bin": { "mddb": "./dist/src/bin/index.js"