diff --git a/.changeset/flat-bikes-pull.md b/.changeset/flat-bikes-pull.md deleted file mode 100644 index 5f2e315..0000000 --- a/.changeset/flat-bikes-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mddb": patch ---- - -Add support for Obsidian style tags list in frontmatter (e.g. `tags: a,b,c`). 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..aaac9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # 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 + +### Patch Changes + +- [#35](https://github.com/datopian/markdowndb/pull/35) [`14520be`](https://github.com/datopian/markdowndb/commit/14520befd9bd8ca231904b44652fddbf25d7d464) Thanks [@olayway](https://github.com/olayway)! - Add support for Obsidian style tags list in frontmatter (e.g. `tags: a,b,c`). + ## 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"