diff --git a/.changeset/many-ligers-sneeze.md b/.changeset/many-ligers-sneeze.md deleted file mode 100644 index 499eeba75..000000000 --- a/.changeset/many-ligers-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@portaljs/remark-wiki-link': patch ---- - -Changed regex to permit any symbols other than # diff --git a/packages/remark-wiki-link/CHANGELOG.md b/packages/remark-wiki-link/CHANGELOG.md index c923f7f81..8a6dc9aae 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.2 + +### Patch Changes + +- [#1040](https://github.com/datopian/portaljs/pull/1040) [`85bb6cb9`](https://github.com/datopian/portaljs/commit/85bb6cb98c53bedc2add3d014927570b5dd1bbdf) Thanks [@Gutts-n](https://github.com/Gutts-n)! - Changed regex to permit any symbols other than # + ## 1.1.1 ### Patch Changes diff --git a/packages/remark-wiki-link/package.json b/packages/remark-wiki-link/package.json index 20e4b5a9f..2d6ec07c9 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.1.1", + "version": "1.1.2", "description": "Parse and render wiki-style links in markdown especially Obsidian style links.", "repository": { "type": "git",