diff --git a/.changeset/thick-worms-peel.md b/.changeset/thick-worms-peel.md deleted file mode 100644 index 7ced97659..000000000 --- a/.changeset/thick-worms-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@portaljs/remark-wiki-link': minor ---- - -Parse note embeds as regular wiki links (until we add proper support for note embeds). diff --git a/packages/remark-wiki-link/CHANGELOG.md b/packages/remark-wiki-link/CHANGELOG.md index 150771742..a10aab3bb 100644 --- a/packages/remark-wiki-link/CHANGELOG.md +++ b/packages/remark-wiki-link/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/remark-wiki-link +## 1.1.0 + +### Minor Changes + +- [#1006](https://github.com/datopian/portaljs/pull/1006) [`6418dbb7`](https://github.com/datopian/portaljs/commit/6418dbb7e246fa17b56840c64daa043112dc9189) Thanks [@olayway](https://github.com/olayway)! - Parse note embeds as regular wiki links (until we add proper support for note embeds). + ## 1.0.4 ### Patch Changes diff --git a/packages/remark-wiki-link/package.json b/packages/remark-wiki-link/package.json index 7a474126f..1070000f1 100644 --- a/packages/remark-wiki-link/package.json +++ b/packages/remark-wiki-link/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/remark-wiki-link", - "version": "1.0.4", + "version": "1.1.0", "description": "Parse and render wiki-style links in markdown especially Obsidian style links.", "repository": { "type": "git",