We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbaf4f commit eff5b31Copy full SHA for eff5b31
packages/parser/CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 2.0.8 (2026-02-21)
2
+
3
+### 🩹 Fixes
4
5
+- QUOTED_STRINGがインラインのリンク構文を飲み込む問題を修正 ([#31](https://github.com/r74tech/wdpr/pull/31))
6
7
+### ❤️ Thank You
8
9
+- r74tech @r74tech
10
11
## 2.0.7 (2026-02-21)
12
13
### 🩹 Fixes
packages/parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@wdprlib/parser",
- "version": "2.0.7",
+ "version": "2.0.8",
"description": "Parser for Wikidot markup",
"keywords": [
"ast",
0 commit comments