Merge pull request #1050 from datopian/changeset-release/main

Version Packages
This commit is contained in:
Leonardo Yuri Farias 2023-11-02 19:57:46 -03:00 committed by GitHub
commit 73c7eaf145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@portaljs/remark-wiki-link': patch
---
Changed regex to permit any symbols other than #

View File

@ -1,5 +1,11 @@
# @portaljs/remark-wiki-link # @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 ## 1.1.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@portaljs/remark-wiki-link", "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.", "description": "Parse and render wiki-style links in markdown especially Obsidian style links.",
"repository": { "repository": {
"type": "git", "type": "git",